Only support one path path for node info

This commit is contained in:
Honza Kral 2013-06-04 17:30:01 +02:00
parent 97f0024374
commit a8a966435e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"methods": ["GET"],
"url": {
"path": "/_cluster/nodes",
"paths": ["/_cluster/nodes", "/_cluster/nodes/{nodeId}", "/_nodes", "/_nodes/{nodeId}", "/_nodes/settings", "/_nodes/{nodeId}/settings", "/_nodes/os", "/_nodes/{nodeId}/os", "/_nodes/process", "/_nodes/{nodeId}/process", "/_nodes/jvm", "/_nodes/{nodeId}/jvm", "/_nodes/thread_pool", "/_nodes/{nodeId}/thread_pool", "/_nodes/network", "/_nodes/{nodeId}/network", "/_nodes/transport", "/_nodes/{nodeId}/transport", "/_nodes/http", "/_nodes/{nodeId}/http", "/_nodes/plugin", "/_nodes/{nodeId}/plugin"],
"paths": ["/_cluster/nodes", "/_cluster/nodes/{nodeId}"],
"parts": {
"nodeId": {
"type" : "list",