Skip to content

Commit 25d260a

Browse files
Update rest-api-spec (#5294)
Co-authored-by: pquentin <[email protected]>
1 parent 47ba23b commit 25d260a

File tree

207 files changed

+171
-119
lines changed

Some content is hidden

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

207 files changed

+171
-119
lines changed

specification/_json_spec/_internal.delete_desired_balance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for connection to master node"
2425
}
2526
}

specification/_json_spec/_internal.delete_desired_nodes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for connection to master node"
2425
},
2526
"timeout": {

specification/_json_spec/_internal.get_desired_balance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for connection to master node"
2425
}
2526
}

specification/_json_spec/_internal.prevalidate_node_removal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"master_timeout": {
3434
"type": "time",
35+
"default": "30s",
3536
"description": "Explicit operation timeout for connection to master node"
3637
},
3738
"timeout": {

specification/_json_spec/autoscaling.delete_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"params": {
2727
"master_timeout": {
2828
"type": "time",
29+
"default": "30s",
2930
"description": "Timeout for processing on master node"
3031
},
3132
"timeout": {

specification/_json_spec/autoscaling.get_autoscaling_capacity.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for processing on master node"
2425
}
2526
}

specification/_json_spec/autoscaling.get_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"params": {
2727
"master_timeout": {
2828
"type": "time",
29+
"default": "30s",
2930
"description": "Timeout for processing on master node"
3031
}
3132
}

specification/_json_spec/autoscaling.put_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"params": {
2828
"master_timeout": {
2929
"type": "time",
30+
"default": "30s",
3031
"description": "Timeout for processing on master node"
3132
},
3233
"timeout": {

specification/_json_spec/cat.aliases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
},
6060
"master_timeout": {
6161
"type": "time",
62-
"description": "Timeout for waiting for new cluster state in case it is blocked",
63-
"default": "30s"
62+
"default": "30s",
63+
"description": "Timeout for waiting for new cluster state in case it is blocked"
6464
}
6565
}
6666
}

specification/_json_spec/cat.allocation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"master_timeout": {
4646
"type": "time",
47+
"default": "30s",
4748
"description": "Explicit operation timeout for connection to master node"
4849
},
4950
"h": {

0 commit comments

Comments
 (0)