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
+66Lines changed: 66 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3133,6 +3133,8 @@ paths:
3133
3133
- $ref: '#/components/parameters/pageOffset'
3134
3134
- $ref: '#/components/parameters/pageSize'
3135
3135
description: |
3136
+
**This command is currently only available for customers who already have an active Managed Database.**
3137
+
3136
3138
Display all available Managed Database engine types and versions. Engine IDs are used when creating new Managed Databases.
3137
3139
responses:
3138
3140
'200':
@@ -3179,6 +3181,8 @@ paths:
3179
3181
- $ref: '#/components/parameters/pageOffset'
3180
3182
- $ref: '#/components/parameters/pageSize'
3181
3183
description: |
3184
+
**This command is currently only available for customers who already have an active Managed Database.**
3185
+
3182
3186
Display information for a single Managed Database engine type and version.
3183
3187
responses:
3184
3188
'200':
@@ -3214,6 +3218,8 @@ paths:
3214
3218
- $ref: '#/components/parameters/pageOffset'
3215
3219
- $ref: '#/components/parameters/pageSize'
3216
3220
description: |
3221
+
**This command is currently only available for customers who already have an active Managed Database.**
3222
+
3217
3223
Display all Managed Databases that are accessible by your User, regardless of engine type.
3218
3224
3219
3225
For more detailed information on a particular Database instance, make a request to its `instance_uri`.
@@ -3261,6 +3267,8 @@ paths:
3261
3267
- $ref: '#/components/parameters/pageOffset'
3262
3268
- $ref: '#/components/parameters/pageSize'
3263
3269
description: |
3270
+
**This command is currently only available for customers who already have an active Managed Database.**
3271
+
3264
3272
Display all accessible Managed MySQL Databases.
3265
3273
security:
3266
3274
- personalAccessToken: []
@@ -3301,6 +3309,8 @@ paths:
3301
3309
x-linode-cli-action: mysql-create
3302
3310
x-linode-grant: add_databases
3303
3311
description: |
3312
+
**This command is currently only available for customers who already have an active Managed Database.**
3313
+
3304
3314
Provision a Managed MySQL Database.
3305
3315
3306
3316
Restricted Users must have the `add_databases` grant to use this command.
@@ -3401,6 +3411,8 @@ paths:
3401
3411
x-linode-cli-action: mysql-view
3402
3412
x-linode-grant: read_only
3403
3413
description: |
3414
+
**This command is currently only available for customers who already have an active Managed Database.**
3415
+
3404
3416
Display information for a single, accessible Managed MySQL Database.
3405
3417
security:
3406
3418
- personalAccessToken: []
@@ -3434,6 +3446,8 @@ paths:
3434
3446
x-linode-cli-action: mysql-delete
3435
3447
x-linode-grant: read_write
3436
3448
description: |
3449
+
**This command is currently only available for customers who already have an active Managed Database.**
3450
+
3437
3451
Remove a Managed MySQL Database from your Account.
3438
3452
3439
3453
Requires `read_write` access to the Database.
@@ -3474,6 +3488,8 @@ paths:
3474
3488
x-linode-cli-action: mysql-update
3475
3489
x-linode-grant: read_write
3476
3490
description: |
3491
+
**This command is currently only available for customers who already have an active Managed Database.**
3492
+
3477
3493
Update a Managed MySQL Database.
3478
3494
3479
3495
Requires `read_write` access to the Database.
@@ -3577,6 +3593,8 @@ paths:
3577
3593
- $ref: '#/components/parameters/pageOffset'
3578
3594
- $ref: '#/components/parameters/pageSize'
3579
3595
description: |
3596
+
**This command is currently only available for customers who already have an active Managed Database.**
3597
+
3580
3598
Display all backups for an accessible Managed MySQL Database.
3581
3599
3582
3600
The Database must not be provisioning to perform this command.
@@ -3623,6 +3641,8 @@ paths:
3623
3641
x-linode-cli-action: mysql-backup-snapshot
3624
3642
x-linode-grant: read_write
3625
3643
description: |
3644
+
**This command is currently only available for customers who already have an active Managed Database.**
3645
+
3626
3646
Creates a snapshot backup of a Managed MySQL Database.
3627
3647
3628
3648
Requires `read_write` access to the Database.
@@ -3692,6 +3712,8 @@ paths:
3692
3712
x-linode-cli-action: mysql-backup-view
3693
3713
x-linode-grant: read_only
3694
3714
description: |
3715
+
**This command is currently only available for customers who already have an active Managed Database.**
3716
+
3695
3717
Display information for a single backup for an accessible Managed MySQL Database.
3696
3718
3697
3719
The Database must not be provisioning to perform this command.
@@ -3726,6 +3748,8 @@ paths:
3726
3748
- url: https://api.linode.com/v4beta
3727
3749
x-linode-cli-action: mysql-backup-delete
3728
3750
description: |
3751
+
**This command is currently only available for customers who already have an active Managed Database.**
3752
+
3729
3753
Delete a single backup for an accessible Managed MySQL Database.
3730
3754
3731
3755
Requires `read_write` access to the Database.
@@ -3779,6 +3803,8 @@ paths:
3779
3803
x-linode-cli-action: mysql-backup-restore
3780
3804
x-linode-grant: read_write
3781
3805
description: |
3806
+
**This command is currently only available for customers who already have an active Managed Database.**
3807
+
3782
3808
Restore a backup to a Managed MySQL Database on your Account.
3783
3809
3784
3810
Requires `read_write` access to the Database.
@@ -3829,6 +3855,8 @@ paths:
3829
3855
x-linode-cli-action: mysql-creds-view
3830
3856
x-linode-grant: read_only
3831
3857
description: |
3858
+
**This command is currently only available for customers who already have an active Managed Database.**
3859
+
3832
3860
Display the root username and password for an accessible Managed MySQL Database.
3833
3861
3834
3862
The Database must have an `active` status to perform this command.
@@ -3873,6 +3901,8 @@ paths:
3873
3901
x-linode-cli-action: mysql-creds-reset
3874
3902
x-linode-grant: read_write
3875
3903
description: |
3904
+
**This command is currently only available for customers who already have an active Managed Database.**
3905
+
3876
3906
Reset the root password for a Managed MySQL Database.
3877
3907
3878
3908
Requires `read_write` access to the Database.
@@ -3923,6 +3953,8 @@ paths:
3923
3953
x-linode-cli-action: mysql-ssl-cert
3924
3954
x-linode-grant: read_only
3925
3955
description: |
3956
+
**This command is currently only available for customers who already have an active Managed Database.**
3957
+
3926
3958
Display the SSL CA certificate for an accessible Managed MySQL Database.
3927
3959
3928
3960
The Database must have an `active` status to perform this command.
@@ -3967,6 +3999,8 @@ paths:
3967
3999
x-linode-cli-action: mysql-patch
3968
4000
x-linode-grant: read_write
3969
4001
description: |
4002
+
**This command is currently only available for customers who already have an active Managed Database.**
4003
+
3970
4004
Apply security patches and updates to the underlying operating system of the Managed MySQL Database. This function runs during regular maintenance windows, which are configurable with the **Managed MySQL Database Update** ([PUT /databases/mysql/instances/{instanceId}](/docs/api/databases/#managed-mysql-database-update)) command.
3971
4005
3972
4006
Requires `read_write` access to the Database.
@@ -4015,6 +4049,8 @@ paths:
4015
4049
- $ref: '#/components/parameters/pageOffset'
4016
4050
- $ref: '#/components/parameters/pageSize'
4017
4051
description: |
4052
+
**This command is currently only available for customers who already have an active Managed Database.**
4053
+
4018
4054
Display all accessible Managed PostgreSQL Databases.
4019
4055
security:
4020
4056
- personalAccessToken: []
@@ -4055,6 +4091,8 @@ paths:
4055
4091
x-linode-cli-action: postgresql-create
4056
4092
x-linode-grant: add_databases
4057
4093
description: |
4094
+
**This command is currently only available for customers who already have an active Managed Database.**
4095
+
4058
4096
Provision a Managed PostgreSQL Database.
4059
4097
4060
4098
Restricted Users must have the `add_databases` grant to use this command.
@@ -4157,6 +4195,8 @@ paths:
4157
4195
x-linode-cli-action: postgresql-view
4158
4196
x-linode-grant: read_only
4159
4197
description: |
4198
+
**This command is currently only available for customers who already have an active Managed Database.**
4199
+
4160
4200
Display information for a single, accessible Managed PostgreSQL Database.
4161
4201
security:
4162
4202
- personalAccessToken: []
@@ -4190,6 +4230,8 @@ paths:
4190
4230
x-linode-cli-action: postgresql-delete
4191
4231
x-linode-grant: read_write
4192
4232
description: |
4233
+
**This command is currently only available for customers who already have an active Managed Database.**
4234
+
4193
4235
Remove a Managed PostgreSQL Database from your Account.
4194
4236
4195
4237
Requires `read_write` access to the Database.
@@ -4230,6 +4272,8 @@ paths:
4230
4272
x-linode-cli-action: postgresql-update
4231
4273
x-linode-grant: read_write
4232
4274
description: |
4275
+
**This command is currently only available for customers who already have an active Managed Database.**
4276
+
4233
4277
Update a Managed PostgreSQL Database.
4234
4278
4235
4279
Requires `read_write` access to the Database.
@@ -4333,6 +4377,8 @@ paths:
4333
4377
- $ref: '#/components/parameters/pageOffset'
4334
4378
- $ref: '#/components/parameters/pageSize'
4335
4379
description: |
4380
+
**This command is currently only available for customers who already have an active Managed Database.**
4381
+
4336
4382
Display all backups for an accessible Managed PostgreSQL Database.
4337
4383
4338
4384
The Database must not be provisioning to perform this command.
@@ -4379,6 +4425,8 @@ paths:
4379
4425
x-linode-cli-action: postgresql-backup-snapshot
4380
4426
x-linode-grant: read_write
4381
4427
description: |
4428
+
**This command is currently only available for customers who already have an active Managed Database.**
4429
+
4382
4430
Creates a snapshot backup of a Managed PostgreSQL Database.
4383
4431
4384
4432
Requires `read_write` access to the Database.
@@ -4448,6 +4496,8 @@ paths:
4448
4496
x-linode-cli-action: postgresql-backup-view
4449
4497
x-linode-grant: read_only
4450
4498
description: |
4499
+
**This command is currently only available for customers who already have an active Managed Database.**
4500
+
4451
4501
Display information for a single backup for an accessible Managed PostgreSQL Database.
4452
4502
4453
4503
The Database must not be provisioning to perform this command.
@@ -4482,6 +4532,8 @@ paths:
4482
4532
- url: https://api.linode.com/v4beta
4483
4533
x-linode-cli-action: postgresql-backup-delete
4484
4534
description: |
4535
+
**This command is currently only available for customers who already have an active Managed Database.**
4536
+
4485
4537
Delete a single backup for an accessible Managed PostgreSQL Database.
4486
4538
4487
4539
Requires `read_write` access to the Database.
@@ -4535,6 +4587,8 @@ paths:
4535
4587
x-linode-cli-action: postgresql-backup-restore
4536
4588
x-linode-grant: read_write
4537
4589
description: |
4590
+
**This command is currently only available for customers who already have an active Managed Database.**
4591
+
4538
4592
Restore a backup to a Managed PostgreSQL Database on your Account.
4539
4593
4540
4594
Requires `read_write` access to the Database.
@@ -4585,6 +4639,8 @@ paths:
4585
4639
x-linode-cli-action: postgresql-creds-view
4586
4640
x-linode-grant: read_only
4587
4641
description: |
4642
+
**This command is currently only available for customers who already have an active Managed Database.**
4643
+
4588
4644
Display the root username and password for an accessible Managed PostgreSQL Database.
4589
4645
4590
4646
The Database must have an `active` status to perform this command.
@@ -4629,6 +4685,8 @@ paths:
4629
4685
x-linode-cli-action: postgresql-creds-reset
4630
4686
x-linode-grant: read_write
4631
4687
description: |
4688
+
**This command is currently only available for customers who already have an active Managed Database.**
4689
+
4632
4690
Reset the root password for a Managed PostgreSQL Database.
4633
4691
4634
4692
Requires `read_write` access to the Database.
@@ -4679,6 +4737,8 @@ paths:
4679
4737
x-linode-cli-action: postgresql-ssl-cert
4680
4738
x-linode-grant: read_only
4681
4739
description: |
4740
+
**This command is currently only available for customers who already have an active Managed Database.**
4741
+
4682
4742
Display the SSL CA certificate for an accessible Managed PostgreSQL Database.
4683
4743
4684
4744
The Database must have an `active` status to perform this command.
@@ -4723,6 +4783,8 @@ paths:
4723
4783
x-linode-cli-action: postgresql-patch
4724
4784
x-linode-grant: read_write
4725
4785
description: |
4786
+
**This command is currently only available for customers who already have an active Managed Database.**
4787
+
4726
4788
Apply security patches and updates to the underlying operating system of the Managed PostgreSQL Database. This function runs during regular maintenance windows, which are configurable with the **Managed PostgreSQL Database Update** ([PUT /databases/postgresql/instances/{instanceId}](/docs/api/databases/#managed-postgresql-database-update)) command.
4727
4789
4728
4790
Requires `read_write` access to the Database.
@@ -4770,6 +4832,8 @@ paths:
4770
4832
- $ref: '#/components/parameters/pageOffset'
4771
4833
- $ref: '#/components/parameters/pageSize'
4772
4834
description: |
4835
+
**This command is currently only available for customers who already have an active Managed Database.**
4836
+
4773
4837
Display all Managed Database node types. The type and number of nodes determine the resources and price of a Managed Database instance.
4774
4838
4775
4839
Each Managed Database can have one node type. In the case of a high availabilty Database, all nodes are provisioned according to the chosen type.
@@ -4840,6 +4904,8 @@ paths:
4840
4904
- $ref: '#/components/parameters/pageOffset'
4841
4905
- $ref: '#/components/parameters/pageSize'
4842
4906
description: |
4907
+
**This command is currently only available for customers who already have an active Managed Database.**
4908
+
4843
4909
Display the details of a single Managed Database type. The type and number of nodes determine the resources and price of a Managed Database instance.
0 commit comments