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…
Reference in New Issue