mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
Revert "Only support one path path for node info"
This reverts commit 04134492cc2bc8656512288b0127b4658b739c3e. We should only support one path but we should still maintain the full spec in the json file.
This commit is contained in:
parent
c01c8ba5df
commit
0a65ed2688
@ -4,7 +4,7 @@
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cluster/nodes",
|
||||
"paths": ["/_cluster/nodes", "/_cluster/nodes/{nodeId}"],
|
||||
"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"],
|
||||
"parts": {
|
||||
"nodeId": {
|
||||
"type" : "list",
|
||||
|
Loading…
x
Reference in New Issue
Block a user