Skip to content

Commit c4918cb

Browse files
authored
Merge pull request #921 from linode/release-4.173.0
Release v4.173.0
2 parents 89eb8b3 + d7fe3bc commit c4918cb

File tree

1 file changed

+43
-6
lines changed

1 file changed

+43
-6
lines changed

openapi.yaml

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.171.0
3+
version: 4.173.0
44
title: Linode API
55
license:
66
name: Apache 2.0
@@ -3859,6 +3859,19 @@ paths:
38593859
$ref: '#/components/schemas/DatabaseMySQLRequest/properties/allow_list'
38603860
updates:
38613861
$ref: '#/components/schemas/DatabaseMySQL/properties/updates'
3862+
type:
3863+
type: string
3864+
description: |
3865+
Request re-sizing of your cluster to a Linode Type with more disk space. For example, you could request a Linode Type that uses a higher plan.
3866+
3867+
* Needs to be a Linode Type with more disk space than your current Linode.
3868+
3869+
* Resizing to a larger Linode Type can accrue additional cost. Review the `price` output in the [Types List](/docs/api/linode-types/#types-list) operation for more information.
3870+
3871+
* You can't update the `allow_list` and set a new `type` in the same request.
3872+
3873+
* Any active updates to your cluster need to complete before you can request a resize. The reverse is also true: An active resizing needs to complete before you can perform any other update.
3874+
example: g6-standard-1
38623875
responses:
38633876
'200':
38643877
description: Managed Database updated successfully.
@@ -3879,7 +3892,8 @@ paths:
38793892
"203.0.113.1",
38803893
"192.0.1.0/24"
38813894
],
3882-
"updates" = {
3895+
"type": "g6-standard-1",
3896+
"updates": {
38833897
"frequency": "monthly",
38843898
"duration": 3,
38853899
"hour_of_day": 12,
@@ -3894,6 +3908,7 @@ paths:
38943908
--label example-db \
38953909
--allow_list 203.0.113.1 \
38963910
--allow_list 192.0.1.0/24 \
3911+
--type g6-standard-1 \
38973912
--updates.frequency monthly \
38983913
--updates.duration 3 \
38993914
--updates.hour_of_day 12 \
@@ -4643,6 +4658,19 @@ paths:
46434658
$ref: '#/components/schemas/DatabasePostgreSQLRequest/properties/allow_list'
46444659
updates:
46454660
$ref: '#/components/schemas/DatabasePostgreSQL/properties/updates'
4661+
type:
4662+
type: string
4663+
description: |
4664+
Request re-sizing of your cluster to a Linode Type with more disk space. For example, you could request a Linode Type that uses a higher plan.
4665+
4666+
* Needs to be a Linode Type with more disk space than your current Linode.
4667+
4668+
* Resizing to a larger Linode Type can accrue additional cost. Review the `price` output in the [Types List](/docs/api/linode-types/#types-list) operation for more information.
4669+
4670+
* You can't update the `allow_list` and set a new `type` in the same request.
4671+
4672+
* Any active updates to your cluster need to complete before you can request a resize. The reverse is also true: An active resizing needs to complete before you can perform any other update.
4673+
example: g6-standard-1
46464674
responses:
46474675
'200':
46484676
description: Managed Database updated successfully.
@@ -4663,7 +4691,8 @@ paths:
46634691
"203.0.113.1",
46644692
"192.0.1.0/24"
46654693
],
4666-
"updates" = {
4694+
"type": "g6-standard-1",
4695+
"updates": {
46674696
"frequency": "monthly",
46684697
"duration": 3,
46694698
"hour_of_day": 12,
@@ -4678,6 +4707,7 @@ paths:
46784707
--label example-db \
46794708
--allow_list 203.0.113.1 \
46804709
--allow_list 192.0.1.0/24 \
4710+
--type g6-standard-1 \
46814711
--updates.frequency monthly \
46824712
--updates.duration 3 \
46834713
--updates.hour_of_day 12 \
@@ -8602,7 +8632,7 @@ paths:
86028632
https://api.linode.com/v4/linode/instances/123/ips
86038633
- lang: CLI
86048634
source: >
8605-
linode-cli linodes 123 ips-list
8635+
linode-cli linodes ips-list 123
86068636
post:
86078637
x-linode-grant: read_write
86088638
tags:
@@ -14622,7 +14652,7 @@ paths:
1462214652
- NodeBalancers
1462314653
summary: NodeBalancer Create
1462414654
description: |
14625-
Creates a NodeBalancer in the requested Region.
14655+
Creates a NodeBalancer in the requested Region. Only available in [Regions](/docs/api/regions/#regions-list) with "NodeBalancers" in their `capabilities`.
1462614656

1462714657
NodeBalancers require a port Config with at least one backend Node to start serving requests.
1462814658

@@ -22246,6 +22276,9 @@ components:
2224622276
- stackscript_update
2224722277
- stackscript_publicize
2224822278
- stackscript_revise
22279+
- subnet_create
22280+
- subnet_delete
22281+
- subnet_update
2224922282
- tag_create
2225022283
- tag_delete
2225122284
- tfa_disabled
@@ -22271,6 +22304,9 @@ components:
2227122304
- volume_update
2227222305
- volume_detach
2227322306
- volume_resize
22307+
- vpc_create
22308+
- vpc_delete
22309+
- vpc_update
2227422310
readOnly: true
2227522311
description: >
2227622312
The action that caused this Event. New actions may be added in the future.
@@ -22629,7 +22665,7 @@ components:
2262922665
- 198.51.100.2/32
2263022666
ipv6:
2263122667
description: |
22632-
A list of IPv6 addresses or networks. Addresses must be in IP/mask format. Must not be an empty list.
22668+
A list of IPv6 addresses or networks. Addresses must be in IP/mask format and must not include zone_id notation as described in [RFC 4007](https://www.rfc-editor.org/rfc/rfc4007). Must not be an empty list.
2263322669

2263422670
If "::/0" is included in this list, all IPv6 addresses are affected by this rule.
2263522671
type: array
@@ -28536,6 +28572,7 @@ components:
2853628572
# * A VPC Subnet requires either `ipv4`, `ipv6`, or both.
2853728573
# * In requests, only the prefix length is allowed, for example: `/64`. The address range is then automatically assigned.
2853828574
# * Allowed prefix lengths: 64-125.
28575+
# * Must not include zone_id notation as described in [RFC 4007](https://www.rfc-editor.org/rfc/rfc4007)
2853928576
# * The range must not overlap with other Subnets on the same VPC.
2854028577
# example: fd04:495a:691c:971c:0000:0000:0000:0000/64
2854128578
# x-linode-cli-display: 4

0 commit comments

Comments
 (0)