Skip to content

Commit 3435a3c

Browse files
committed
Update allow_list descriptions
1 parent 9e50fab commit 3435a3c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

openapi.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3127,7 +3127,7 @@ paths:
31273127
- $ref: '#/components/parameters/pageOffset'
31283128
- $ref: '#/components/parameters/pageSize'
31293129
description: |
3130-
Display information for a single Managed Database engine type.
3130+
Display information for a single Managed Database engine type and version.
31313131

31323132
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
31333133
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
@@ -3136,7 +3136,7 @@ paths:
31363136
beta.
31373137
responses:
31383138
'200':
3139-
description: Returns information for a single Managed Database engine.
3139+
description: Returns information for a single Managed Database engine type and version.
31403140
content:
31413141
application/json:
31423142
schema:
@@ -3265,6 +3265,12 @@ paths:
32653265

32663266
New instances can take approximately 15 to 30 minutes to provision.
32673267

3268+
The `allow_list` is used to control access to the Managed Database.
3269+
3270+
* IP addresses on this list can access the Managed Database. All other sources are blocked.
3271+
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
3272+
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
3273+
32683274
All Managed Databases include automatic, daily backups. Up to seven backups are stored for each Managed Database, providing restore points for each day of the past week.
32693275

32703276
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
@@ -3432,6 +3438,10 @@ paths:
34323438

34333439
Updating addresses in the `allow_list` overwrites any existing addresses.
34343440

3441+
* IP addresses on this list can access the Managed Database. All other sources are blocked.
3442+
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
3443+
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
3444+
34353445
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
34363446
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
34373447
When accessing this endpoint, please make sure to prepend all requests with `/v4beta` instead of `/v4`, and be
@@ -17613,9 +17623,7 @@ components:
1761317623
description: |
1761417624
A list of IP addresses that can access the Managed Database. Each item can be a single IP address or a range in CIDR format.
1761517625

17616-
By default, this is an empty array, which blocks all connections (both public and private) to the Managed Database.
17617-
17618-
Entering a value of `0.0.0.0/0` allows all connections to the Managed Database.
17626+
By default, this is an empty array (`[]`), which blocks all connections (both public and private) to the Managed Database.
1761917627
items:
1762017628
type: string
1762117629
format: ipv4/prefix_length

0 commit comments

Comments
 (0)