[SPEC] Added timeout, master_timeout to cluster.get_settings and cluster.reroute
This commit is contained in:
parent
e86bfdae46
commit
056609b46c
|
@ -10,6 +10,14 @@
|
|||
"flat_settings": {
|
||||
"type": "boolean",
|
||||
"description": "Return settings in flat format (default: false)"
|
||||
},
|
||||
"master_timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout for connection to master node"
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -15,6 +15,14 @@
|
|||
"filter_metadata": {
|
||||
"type" : "boolean",
|
||||
"description" : "Don't return cluster state metadata (default: false)"
|
||||
},
|
||||
"master_timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout for connection to master node"
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue