mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Added timeout param to cluster.node_info
This commit is contained in:
parent
2b91529c98
commit
a276671f86
@ -52,6 +52,10 @@
|
|||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Return information about the thread pool"
|
"description" : "Return information about the thread pool"
|
||||||
},
|
},
|
||||||
|
"timeout": {
|
||||||
|
"type" : "time",
|
||||||
|
"description" : "Explicit operation timeout"
|
||||||
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Return information about transport"
|
"description" : "Return information about transport"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user