remove path from rest-api-spec (#41452) (#43084)

(cherry picked from commit f5fde1d0843d2f0f53d3b9a15b9cfc8b94471ab7)
This commit is contained in:
Martijn Laarman 2019-06-11 12:52:36 +02:00 committed by GitHub
parent 1c7cd09375
commit cb7ce865b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
261 changed files with 0 additions and 261 deletions

View File

@ -3,7 +3,6 @@
"documentation": "",
"methods": ["GET"],
"url": {
"path": "/_cat/example",
"paths": ["/_cat/example"],
"parts": {},
"params": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html",
"methods": ["POST", "PUT"],
"url": {
"path": "/_bulk",
"paths": ["/_bulk", "/{index}/_bulk", "/{index}/{type}/_bulk"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html",
"methods": ["GET"],
"url": {
"path": "/_cat/aliases",
"paths": ["/_cat/aliases", "/_cat/aliases/{name}"],
"parts": {
"name": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
"methods": ["GET"],
"url": {
"path": "/_cat/allocation",
"paths": ["/_cat/allocation", "/_cat/allocation/{node_id}"],
"parts": {
"node_id": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html",
"methods": ["GET"],
"url": {
"path": "/_cat/count",
"paths": ["/_cat/count", "/_cat/count/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html",
"methods": ["GET"],
"url": {
"path": "/_cat/fielddata",
"paths": ["/_cat/fielddata", "/_cat/fielddata/{fields}"],
"parts": {
"fields": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html",
"methods": ["GET"],
"url": {
"path": "/_cat/health",
"paths": ["/_cat/health"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
"methods": ["GET"],
"url": {
"path": "/_cat",
"paths": ["/_cat"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html",
"methods": ["GET"],
"url": {
"path": "/_cat/indices",
"paths": ["/_cat/indices", "/_cat/indices/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html",
"methods": ["GET"],
"url": {
"path": "/_cat/master",
"paths": ["/_cat/master"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html",
"methods": ["GET"],
"url": {
"path": "/_cat/nodeattrs",
"paths": ["/_cat/nodeattrs"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html",
"methods": ["GET"],
"url": {
"path": "/_cat/nodes",
"paths": ["/_cat/nodes"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html",
"methods": ["GET"],
"url": {
"path": "/_cat/pending_tasks",
"paths": ["/_cat/pending_tasks"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html",
"methods": ["GET"],
"url": {
"path": "/_cat/plugins",
"paths": ["/_cat/plugins"],
"params": {
"format": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html",
"methods": ["GET"],
"url": {
"path": "/_cat/recovery",
"paths": ["/_cat/recovery", "/_cat/recovery/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html",
"methods": ["GET"],
"url": {
"path": "/_cat/repositories",
"paths": ["/_cat/repositories"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html",
"methods": ["GET"],
"url": {
"path": "/_cat/segments",
"paths": ["/_cat/segments", "/_cat/segments/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html",
"methods": ["GET"],
"url": {
"path": "/_cat/shards",
"paths": ["/_cat/shards", "/_cat/shards/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html",
"methods": ["GET"],
"url": {
"path": "/_cat/snapshots",
"paths": [
"/_cat/snapshots",
"/_cat/snapshots/{repository}"],

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
"methods": ["GET"],
"url": {
"path": "/_cat/tasks",
"paths": ["/_cat/tasks"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html",
"methods": ["GET"],
"url": {
"path": "/_cat/templates",
"paths": ["/_cat/templates", "/_cat/templates/{name}"],
"parts": {
"name": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html",
"methods": ["GET"],
"url": {
"path": "/_cat/thread_pool",
"paths": ["/_cat/thread_pool","/_cat/thread_pool/{thread_pool_patterns}"],
"parts": {
"thread_pool_patterns": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html",
"methods": ["DELETE"],
"url": {
"path": "/_search/scroll",
"paths": [ "/_search/scroll"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.html",
"methods": ["GET", "POST"],
"url": {
"path": "/_cluster/allocation/explain",
"paths": ["/_cluster/allocation/explain"],
"parts": {},
"params": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
"methods": ["GET"],
"url": {
"path": "/_cluster/settings",
"paths": ["/_cluster/settings"],
"parts": {},
"params": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-health.html",
"methods": ["GET"],
"url": {
"path": "/_cluster/health",
"paths": ["/_cluster/health", "/_cluster/health/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html",
"methods": ["GET"],
"url": {
"path": "/_cluster/pending_tasks",
"paths": ["/_cluster/pending_tasks"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
"methods": ["PUT"],
"url": {
"path": "/_cluster/settings",
"paths": ["/_cluster/settings"],
"parts": {},
"params": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html",
"methods": ["GET"],
"url": {
"path": "/_remote/info",
"paths": ["/_remote/info"],
"params": {}
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-reroute.html",
"methods": ["POST"],
"url": {
"path": "/_cluster/reroute",
"paths": ["/_cluster/reroute"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html",
"methods": ["GET"],
"url": {
"path": "/_cluster/state",
"paths": [
"/_cluster/state",
"/_cluster/state/{metric}",

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html",
"methods": ["GET"],
"url": {
"path": "/_cluster/stats",
"paths": ["/_cluster/stats", "/_cluster/stats/nodes/{node_id}"],
"parts": {
"node_id": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html",
"methods": ["POST", "GET"],
"url": {
"path": "/_count",
"paths": ["/_count", "/{index}/_count"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
"methods": ["PUT","POST"],
"url": {
"path": "/{index}/_create/{id}",
"paths": ["/{index}/_create/{id}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html",
"methods": ["DELETE"],
"url": {
"path": "/{index}/_doc/{id}",
"paths": ["/{index}/_doc/{id}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete-by-query.html",
"methods": ["POST"],
"url": {
"path": "/{index}/_delete_by_query",
"paths": ["/{index}/_delete_by_query"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html",
"methods": ["POST"],
"url": {
"path": "/_delete_by_query/{task_id}/_rethrottle",
"paths": ["/_delete_by_query/{task_id}/_rethrottle"],
"parts": {
"task_id": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
"methods": ["DELETE"],
"url": {
"path": "/_scripts/{id}",
"paths": [ "/_scripts/{id}" ],
"parts": {
"id": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
"methods": ["HEAD"],
"url": {
"path": "/{index}/_doc/{id}",
"paths": ["/{index}/_doc/{id}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
"methods": ["HEAD"],
"url": {
"path": "/{index}/_source/{id}",
"paths": ["/{index}/_source/{id}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html",
"methods": ["GET", "POST"],
"url": {
"path": "/{index}/_explain/{id}",
"paths": ["/{index}/_explain/{id}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html",
"methods": ["GET", "POST"],
"url": {
"path": "/_field_caps",
"paths": [
"/_field_caps",
"/{index}/_field_caps"

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
"methods": ["GET"],
"url": {
"path": "/{index}/_doc/{id}",
"paths": ["/{index}/_doc/{id}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
"methods": ["GET"],
"url": {
"path": "/_scripts/{id}",
"paths": [ "/_scripts/{id}" ],
"parts": {
"id": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
"methods": ["GET"],
"url": {
"path": "/{index}/_source/{id}",
"paths": ["/{index}/_source/{id}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
"methods": ["POST", "PUT"],
"url": {
"path": "/{index}/_doc",
"paths": ["/{index}/_doc/{id}", "/{index}/_doc"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html",
"methods": ["GET", "POST"],
"url": {
"path": "/_analyze",
"paths": ["/_analyze", "/{index}/_analyze"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html",
"methods": ["POST"],
"url": {
"path": "/_cache/clear",
"paths": ["/_cache/clear", "/{index}/_cache/clear"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html",
"methods": ["POST"],
"url": {
"path": "/{index}/_close",
"paths": ["/{index}/_close"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html",
"methods": ["PUT"],
"url": {
"path": "/{index}",
"paths": ["/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html",
"methods": ["DELETE"],
"url": {
"path": "/{index}",
"paths": ["/{index}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
"methods": ["DELETE"],
"url": {
"path": "/{index}/_alias/{name}",
"paths": ["/{index}/_alias/{name}", "/{index}/_aliases/{name}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
"methods": ["DELETE"],
"url": {
"path": "/_template/{name}",
"paths": ["/_template/{name}"],
"parts": {
"name": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-exists.html",
"methods": [ "HEAD" ],
"url": {
"path": "/{index}",
"paths": [ "/{index}" ],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
"methods": ["HEAD"],
"url": {
"path": "/_alias/{name}",
"paths": ["/_alias/{name}", "/{index}/_alias/{name}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
"methods": ["HEAD"],
"url": {
"path": "/_template/{name}",
"paths": [ "/_template/{name}" ],
"parts": {
"name": {

View File

@ -7,7 +7,6 @@
"description" : "Types are being removed from elasticsearch and therefor this API is on the way out. Read more here: https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html"
},
"url": {
"path": "/{index}/_mapping/{type}",
"paths": ["/{index}/_mapping/{type}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html",
"methods": ["POST", "GET"],
"url": {
"path": "/_flush",
"paths": ["/_flush", "/{index}/_flush"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced-flush.html",
"methods": ["POST", "GET"],
"url": {
"path": "/_flush/synced",
"paths": [
"/_flush/synced",
"/{index}/_flush/synced"

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-forcemerge.html",
"methods": ["POST"],
"url": {
"path": "/_forcemerge",
"paths": ["/_forcemerge", "/{index}/_forcemerge"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation":"http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-index.html",
"methods":[ "GET" ],
"url":{
"path":"/{index}",
"paths":[ "/{index}" ],
"parts":{
"index":{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
"methods": ["GET"],
"url": {
"path": "/_alias/",
"paths": [ "/_alias", "/_alias/{name}", "/{index}/_alias/{name}", "/{index}/_alias"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-field-mapping.html",
"methods": ["GET"],
"url": {
"path": "/_mapping/field/{fields}",
"paths": ["/_mapping/field/{fields}", "/{index}/_mapping/field/{fields}"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-mapping.html",
"methods": ["GET"],
"url": {
"path": "/_mapping",
"paths": ["/_mapping", "/{index}/_mapping"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-settings.html",
"methods": ["GET"],
"url": {
"path": "/_settings",
"paths": ["/_settings", "/{index}/_settings", "/{index}/_settings/{name}", "/_settings/{name}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
"methods": ["GET"],
"url": {
"path": "/_template/{name}",
"paths": [
"/_template",
"/_template/{name}"

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-upgrade.html",
"methods": ["GET"],
"url": {
"path": "/_upgrade",
"paths": ["/_upgrade", "/{index}/_upgrade"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html",
"methods": ["POST"],
"url": {
"path": "/{index}/_open",
"paths": ["/{index}/_open"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
"methods": ["PUT", "POST"],
"url": {
"path": "/{index}/_alias/{name}",
"paths": ["/{index}/_alias/{name}", "/{index}/_aliases/{name}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-mapping.html",
"methods": ["PUT", "POST"],
"url": {
"path": "{index}/_mapping",
"paths": ["{index}/_mapping"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-update-settings.html",
"methods": ["PUT"],
"url": {
"path": "/_settings",
"paths": ["/_settings", "/{index}/_settings"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
"methods": ["PUT", "POST"],
"url": {
"path": "/_template/{name}",
"paths": ["/_template/{name}"],
"parts": {
"name": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-recovery.html",
"methods": ["GET"],
"url": {
"path": "/_recovery",
"paths": ["/_recovery", "/{index}/_recovery"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-refresh.html",
"methods": ["POST", "GET"],
"url": {
"path": "/_refresh",
"paths": ["/_refresh", "/{index}/_refresh"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-rollover-index.html",
"methods": ["POST"],
"url": {
"path": "/{alias}/_rollover",
"paths": ["/{alias}/_rollover", "/{alias}/_rollover/{new_index}"],
"parts": {
"alias": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-segments.html",
"methods": ["GET"],
"url": {
"path": "/_segments",
"paths": ["/_segments", "/{index}/_segments"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shards-stores.html",
"methods": ["GET"],
"url": {
"path": "/_shard_stores",
"paths": ["/_shard_stores", "/{index}/_shard_stores"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shrink-index.html",
"methods": ["PUT", "POST"],
"url": {
"path": "/{index}/_shrink/{target}",
"paths": ["/{index}/_shrink/{target}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-split-index.html",
"methods": ["PUT", "POST"],
"url": {
"path": "/{index}/_split/{target}",
"paths": ["/{index}/_split/{target}"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-stats.html",
"methods": ["GET"],
"url": {
"path": "/_stats",
"paths": [
"/_stats",
"/_stats/{metric}",

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
"methods": ["POST"],
"url": {
"path": "/_aliases",
"paths": ["/_aliases"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-upgrade.html",
"methods": ["POST"],
"url": {
"path": "/_upgrade",
"paths": ["/_upgrade", "/{index}/_upgrade"],
"parts": {
"index": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-validate.html",
"methods": ["GET", "POST"],
"url": {
"path": "/_validate/query",
"paths": ["/_validate/query", "/{index}/_validate/query"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/",
"methods": ["GET"],
"url": {
"path": "/",
"paths": ["/"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-pipeline-api.html",
"methods": [ "DELETE" ],
"url": {
"path": "/_ingest/pipeline/{id}",
"paths": [ "/_ingest/pipeline/{id}" ],
"parts": {
"id": {

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-pipeline-api.html",
"methods": [ "GET" ],
"url": {
"path": "/_ingest/pipeline/{id}",
"paths": [ "/_ingest/pipeline", "/_ingest/pipeline/{id}" ],
"parts": {
"id": {

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/grok-processor.html#grok-processor-rest-get",
"methods": [ "GET" ],
"url": {
"path": "/_ingest/processor/grok",
"paths": ["/_ingest/processor/grok"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-pipeline-api.html",
"methods": [ "PUT" ],
"url": {
"path": "/_ingest/pipeline/{id}",
"paths": [ "/_ingest/pipeline/{id}" ],
"parts": {
"id": {

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-pipeline-api.html",
"methods": [ "GET", "POST" ],
"url": {
"path": "/_ingest/pipeline/_simulate",
"paths": [ "/_ingest/pipeline/_simulate", "/_ingest/pipeline/{id}/_simulate" ],
"parts": {
"id": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-multi-get.html",
"methods": ["GET", "POST"],
"url": {
"path": "/_mget",
"paths": ["/_mget", "/{index}/_mget"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-multi-search.html",
"methods": ["GET", "POST"],
"url": {
"path": "/_msearch",
"paths": ["/_msearch", "/{index}/_msearch"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/current/search-multi-search.html",
"methods": ["GET", "POST"],
"url": {
"path": "/_msearch/template",
"paths": ["/_msearch/template", "/{index}/_msearch/template"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation" : "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-multi-termvectors.html",
"methods" : ["GET", "POST"],
"url" : {
"path" : "/_mtermvectors",
"paths" : ["/_mtermvectors", "/{index}/_mtermvectors"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-hot-threads.html",
"methods": ["GET"],
"url": {
"path": "/_nodes/hot_threads",
"paths": ["/_nodes/hot_threads", "/_nodes/{node_id}/hot_threads"],
"deprecated_paths" : [
{

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-info.html",
"methods": ["GET"],
"url": {
"path": "/_nodes",
"paths": ["/_nodes", "/_nodes/{node_id}", "/_nodes/{metric}", "/_nodes/{node_id}/{metric}"],
"parts": {
"node_id": {

View File

@ -3,7 +3,6 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/secure-settings.html#reloadable-secure-settings",
"methods": ["POST"],
"url": {
"path": "/_nodes/reload_secure_settings",
"paths": ["/_nodes/reload_secure_settings", "/_nodes/{node_id}/reload_secure_settings"],
"parts": {
"node_id": {

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-stats.html",
"methods": ["GET"],
"url": {
"path": "/_nodes/stats",
"paths": [
"/_nodes/stats",
"/_nodes/{node_id}/stats",

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-usage.html",
"methods": ["GET"],
"url": {
"path": "/_nodes/usage",
"paths": [
"/_nodes/usage",
"/_nodes/{node_id}/usage",

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/",
"methods": ["HEAD"],
"url": {
"path": "/",
"paths": ["/"],
"parts": {
},

View File

@ -3,7 +3,6 @@
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
"methods": ["PUT", "POST"],
"url": {
"path": "/_scripts/{id}",
"paths": [ "/_scripts/{id}", "/_scripts/{id}/{context}" ],
"parts": {
"id": {

Some files were not shown because too many files have changed in this diff Show More