File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "transform.set_upgrade_mode" :{
3+ "documentation" :{
4+ "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-set-upgrade-mode.html" ,
5+ "description" :" Sets a cluster wide upgrade_mode setting that prepares transform indices for an upgrade."
6+ },
7+ "stability" :" stable" ,
8+ "visibility" :" public" ,
9+ "headers" :{
10+ "accept" : [ " application/json" ]
11+ },
12+ "url" :{
13+ "paths" :[
14+ {
15+ "path" :" /_transform/set_upgrade_mode" ,
16+ "methods" :[
17+ " POST"
18+ ]
19+ }
20+ ]
21+ },
22+ "params" :{
23+ "enabled" :{
24+ "type" :" boolean" ,
25+ "description" :" Whether to enable upgrade_mode Transform setting or not. Defaults to false."
26+ },
27+ "timeout" :{
28+ "type" :" time" ,
29+ "description" :" Controls the time to wait before action times out. Defaults to 30 seconds"
30+ }
31+ }
32+ }
33+ }
You can’t perform that action at this time.
0 commit comments