Skip to content

Commit fa0bb4d

Browse files
authored
[8.19] rest-api-spec: specify master_timeout default value (elastic#134525) (elastic#134889)
1 parent b7ff0a0 commit fa0bb4d

File tree

153 files changed

+155
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+155
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_balance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"params": {
2525
"master_timeout": {
2626
"type": "time",
27+
"default": "30s",
2728
"description": "Timeout for connection to master node"
2829
}
2930
}

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_nodes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"params": {
2525
"master_timeout": {
2626
"type": "time",
27+
"default": "30s",
2728
"description": "Timeout for connection to master node"
2829
},
2930
"timeout": {

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.get_desired_balance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"params": {
2525
"master_timeout": {
2626
"type": "time",
27+
"default": "30s",
2728
"description": "Timeout for connection to master node"
2829
}
2930
}

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.prevalidate_node_removal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"master_timeout": {
3838
"type": "time",
39+
"default": "30s",
3940
"description": "Explicit operation timeout for connection to master node"
4041
},
4142
"timeout": {

rest-api-spec/src/main/resources/rest-api-spec/api/autoscaling.delete_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"params": {
3131
"master_timeout": {
3232
"type": "time",
33+
"default": "30s",
3334
"description": "Timeout for processing on master node"
3435
},
3536
"timeout": {

rest-api-spec/src/main/resources/rest-api-spec/api/autoscaling.get_autoscaling_capacity.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"params": {
2525
"master_timeout": {
2626
"type": "time",
27+
"default": "30s",
2728
"description": "Timeout for processing on master node"
2829
}
2930
}

rest-api-spec/src/main/resources/rest-api-spec/api/autoscaling.get_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"params": {
3131
"master_timeout": {
3232
"type": "time",
33+
"default": "30s",
3334
"description": "Timeout for processing on master node"
3435
}
3536
}

rest-api-spec/src/main/resources/rest-api-spec/api/autoscaling.put_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"params": {
3434
"master_timeout": {
3535
"type": "time",
36+
"default": "30s",
3637
"description": "Timeout for processing on master node"
3738
},
3839
"timeout": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.allocation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
},
5959
"master_timeout": {
6060
"type": "time",
61+
"default": "30s",
6162
"description": "Explicit operation timeout for connection to master node"
6263
},
6364
"h": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.component_templates.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
},
4747
"master_timeout": {
4848
"type": "time",
49+
"default": "30s",
4950
"description": "Explicit operation timeout for connection to master node"
5051
},
5152
"h": {

0 commit comments

Comments
 (0)