mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Only support one path path for node info
This commit is contained in:
parent
97f0024374
commit
a8a966435e
@ -4,7 +4,7 @@
|
|||||||
"methods": ["GET"],
|
"methods": ["GET"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/_cluster/nodes",
|
"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": {
|
"parts": {
|
||||||
"nodeId": {
|
"nodeId": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user