From 73b13a42a4c91d3270cc3a9571d9e40981ae9c45 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Tue, 4 Jun 2013 17:24:11 +0200 Subject: [PATCH] cluster.node. -> cluster.node_ --- ...ster.node.hot_threads.json => cluster.node_hot_threads.json} | 2 +- .../api/{cluster.node.info.json => cluster.node_info.json} | 2 +- .../{cluster.node.shutdown.json => cluster.node_shutdown.json} | 2 +- .../api/{cluster.node.stats.json => cluster.node_stats.json} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename rest-api-spec/api/{cluster.node.hot_threads.json => cluster.node_hot_threads.json} (97%) rename rest-api-spec/api/{cluster.node.info.json => cluster.node_info.json} (98%) rename rest-api-spec/api/{cluster.node.shutdown.json => cluster.node_shutdown.json} (96%) rename rest-api-spec/api/{cluster.node.stats.json => cluster.node_stats.json} (99%) diff --git a/rest-api-spec/api/cluster.node.hot_threads.json b/rest-api-spec/api/cluster.node_hot_threads.json similarity index 97% rename from rest-api-spec/api/cluster.node.hot_threads.json rename to rest-api-spec/api/cluster.node_hot_threads.json index c662c476ab8..6063911c9b8 100644 --- a/rest-api-spec/api/cluster.node.hot_threads.json +++ b/rest-api-spec/api/cluster.node_hot_threads.json @@ -1,5 +1,5 @@ { - "cluster.node.hot_threads": { + "cluster.node_hot_threads": { "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-cluster-nodes-hot-threads/", "methods": ["GET"], "url": { diff --git a/rest-api-spec/api/cluster.node.info.json b/rest-api-spec/api/cluster.node_info.json similarity index 98% rename from rest-api-spec/api/cluster.node.info.json rename to rest-api-spec/api/cluster.node_info.json index 097a07e4c86..b50d0a173db 100644 --- a/rest-api-spec/api/cluster.node.info.json +++ b/rest-api-spec/api/cluster.node_info.json @@ -1,5 +1,5 @@ { - "cluster.node.info": { + "cluster.node_info": { "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-info/", "methods": ["GET"], "url": { diff --git a/rest-api-spec/api/cluster.node.shutdown.json b/rest-api-spec/api/cluster.node_shutdown.json similarity index 96% rename from rest-api-spec/api/cluster.node.shutdown.json rename to rest-api-spec/api/cluster.node_shutdown.json index 0779c09bc7e..ed4f3cd7ba2 100644 --- a/rest-api-spec/api/cluster.node.shutdown.json +++ b/rest-api-spec/api/cluster.node_shutdown.json @@ -1,5 +1,5 @@ { - "cluster.node.shutdown": { + "cluster.node_shutdown": { "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-shutdown/", "methods": ["POST"], "url": { diff --git a/rest-api-spec/api/cluster.node.stats.json b/rest-api-spec/api/cluster.node_stats.json similarity index 99% rename from rest-api-spec/api/cluster.node.stats.json rename to rest-api-spec/api/cluster.node_stats.json index 00a8db8890e..21b2e9724c6 100644 --- a/rest-api-spec/api/cluster.node.stats.json +++ b/rest-api-spec/api/cluster.node_stats.json @@ -1,5 +1,5 @@ { - "cluster.node.stats": { + "cluster.node_stats": { "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-stats/", "methods": ["GET"], "url": {