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
+24-12Lines changed: 24 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3167,7 +3167,7 @@ paths:
3167
3167
description: |
3168
3168
Display all accessible Managed Databases on your Account, regardless of engine type.
3169
3169
3170
-
Only unrestricted Users can access this command.
3170
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3171
3171
3172
3172
For more detailed information on a particular Database instance, make a request to its `instance_uri`.
3173
3173
@@ -3178,6 +3178,7 @@ paths:
3178
3178
endpoint is out of beta.
3179
3179
security:
3180
3180
- personalAccessToken: []
3181
+
- oauth: []
3181
3182
responses:
3182
3183
'200':
3183
3184
description: Returns a paginated list of all accessible Managed Databases on your Account.
@@ -3216,7 +3217,7 @@ paths:
3216
3217
description: |
3217
3218
Display all accessible Managed MySQL Databases on your Account.
3218
3219
3219
-
Only unrestricted Users can access this command.
3220
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3220
3221
3221
3222
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
3222
3223
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
@@ -3225,6 +3226,7 @@ paths:
3225
3226
beta.
3226
3227
security:
3227
3228
- personalAccessToken: []
3229
+
- oauth: []
3228
3230
responses:
3229
3231
'200':
3230
3232
description: Returns a paginated list of all accessible Managed MySQL Databases on your Account.
@@ -3261,7 +3263,7 @@ paths:
3261
3263
description: |
3262
3264
Provision a Managed MySQL Database.
3263
3265
3264
-
Only unrestricted Users can access this command.
3266
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3265
3267
3266
3268
New instances can take approximately 15 to 30 minutes to provision.
3267
3269
@@ -3280,6 +3282,7 @@ paths:
3280
3282
beta.
3281
3283
security:
3282
3284
- personalAccessToken: []
3285
+
- oauth: []
3283
3286
requestBody:
3284
3287
description: Information about the Managed MySQL Database you are creating.
3285
3288
x-linode-cli-allowed-defaults:
@@ -3353,7 +3356,7 @@ paths:
3353
3356
description: |
3354
3357
Display information for a single, accessible Managed MySQL Database on your Account.
3355
3358
3356
-
Only unrestricted Users can access this command.
3359
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3357
3360
3358
3361
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
3359
3362
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
@@ -3362,6 +3365,7 @@ paths:
3362
3365
beta.
3363
3366
security:
3364
3367
- personalAccessToken: []
3368
+
- oauth: []
3365
3369
responses:
3366
3370
'200':
3367
3371
description: Returns information for a single Managed MySQL Database.
@@ -3393,7 +3397,7 @@ paths:
3393
3397
3394
3398
The Database must have an `active` status to perform this command.
3395
3399
3396
-
Only unrestricted Users can access this command.
3400
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3397
3401
3398
3402
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
3399
3403
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
@@ -3402,6 +3406,7 @@ paths:
3402
3406
beta.
3403
3407
security:
3404
3408
- personalAccessToken: []
3409
+
- oauth: []
3405
3410
responses:
3406
3411
'200':
3407
3412
description: Managed MySQL Database successfully deleted.
@@ -3434,7 +3439,7 @@ paths:
3434
3439
3435
3440
The Database must have an `active` status to perform this command.
3436
3441
3437
-
Only unrestricted Users can access this command.
3442
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3438
3443
3439
3444
Updating addresses in the `allow_list` overwrites any existing addresses.
3440
3445
@@ -3449,6 +3454,7 @@ paths:
3449
3454
beta.
3450
3455
security:
3451
3456
- personalAccessToken: []
3457
+
- oauth: []
3452
3458
requestBody:
3453
3459
description: Updated information for the Managed MySQL Database.
3454
3460
required: true
@@ -3511,7 +3517,7 @@ paths:
3511
3517
description: |
3512
3518
Display all backups for an accessible Managed MySQL Database on your Account.
3513
3519
3514
-
Only unrestricted Users can access this command.
3520
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3515
3521
3516
3522
At this time, only automatically scheduled backups (type `auto`) are available.
3517
3523
@@ -3524,6 +3530,7 @@ paths:
3524
3530
beta.
3525
3531
security:
3526
3532
- personalAccessToken: []
3533
+
- oauth: []
3527
3534
responses:
3528
3535
'200':
3529
3536
description: Returns a paginated list of backups for the Managed MySQL Database.
@@ -3575,7 +3582,7 @@ paths:
3575
3582
description: |
3576
3583
Display information for a single backup for an accessible Managed MySQL Database on your Account.
3577
3584
3578
-
Only unrestricted Users can access this command.
3585
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3579
3586
3580
3587
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
3581
3588
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
@@ -3584,6 +3591,7 @@ paths:
3584
3591
beta.
3585
3592
security:
3586
3593
- personalAccessToken: []
3594
+
- oauth: []
3587
3595
responses:
3588
3596
'200':
3589
3597
description: Returns a single backup for the Managed MySQL Database.
@@ -3630,7 +3638,7 @@ paths:
3630
3638
3631
3639
The Database must have an `active` status to perform this command.
3632
3640
3633
-
Only unrestricted Users can access this command.
3641
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3634
3642
3635
3643
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
3636
3644
@@ -3643,6 +3651,7 @@ paths:
3643
3651
beta.
3644
3652
security:
3645
3653
- personalAccessToken: []
3654
+
- oauth: []
3646
3655
responses:
3647
3656
'200':
3648
3657
description: Request to restore backup successful.
@@ -3683,7 +3692,7 @@ paths:
3683
3692
3684
3693
The Database must have an `active` status to perform this command.
3685
3694
3686
-
Only unrestricted Users can access this command.
3695
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3687
3696
3688
3697
**Beta**: This endpoint is in **closed** beta. To get early access and test new Linode products before they
3689
3698
hit the market, join the [Linode Green Light](https://www.linode.com/green-light/) program.
@@ -3692,6 +3701,7 @@ paths:
3692
3701
beta.
3693
3702
security:
3694
3703
- personalAccessToken: []
3704
+
- oauth: []
3695
3705
responses:
3696
3706
'200':
3697
3707
description: Managed Database root username and password.
@@ -3734,7 +3744,7 @@ paths:
3734
3744
3735
3745
A new root password is randomly generated and accessible with the **Managed MySQL Database Credentials View** ([GET /databases/mysql/instances/{instanceId}/credentials](/docs/api/databases/#managed-mysql-database-credentials-view)) command.
3736
3746
3737
-
Only unrestricted Users can access this command.
3747
+
Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.
3738
3748
3739
3749
**Note**: Note that it may take several seconds for credentials to reset.
0 commit comments