You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3127,7 +3127,7 @@ paths:
3127
3127
- $ref: '#/components/parameters/pageOffset'
3128
3128
- $ref: '#/components/parameters/pageSize'
3129
3129
description: |
3130
-
Display information for a single Managed Database engine type.
3130
+
Display information for a single Managed Database engine type and version.
3131
3131
3132
3132
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
3133
3133
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
@@ -3136,7 +3136,7 @@ paths:
3136
3136
beta.
3137
3137
responses:
3138
3138
'200':
3139
-
description: Returns information for a single Managed Database engine.
3139
+
description: Returns information for a single Managed Database engine type and version.
3140
3140
content:
3141
3141
application/json:
3142
3142
schema:
@@ -3265,6 +3265,12 @@ paths:
3265
3265
3266
3266
New instances can take approximately 15 to 30 minutes to provision.
3267
3267
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
+
3268
3274
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.
3269
3275
3270
3276
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
@@ -3432,6 +3438,10 @@ paths:
3432
3438
3433
3439
Updating addresses in the `allow_list` overwrites any existing addresses.
3434
3440
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
+
3435
3445
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
3436
3446
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
3437
3447
When accessing this endpoint, please make sure to prepend all requests with `/v4beta` instead of `/v4`, and be
@@ -17613,9 +17623,7 @@ components:
17613
17623
description: |
17614
17624
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.
17615
17625
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.
0 commit comments