Skip to content

Commit d7111f4

Browse files
authored
Merge pull request #864 from bbiggerr/dbaas-eos-2023
Managed Databases End of Sale
2 parents 6b8e64d + 4e235b7 commit d7111f4

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

openapi.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,6 +3133,8 @@ paths:
31333133
- $ref: '#/components/parameters/pageOffset'
31343134
- $ref: '#/components/parameters/pageSize'
31353135
description: |
3136+
**This command is currently only available for customers who already have an active Managed Database.**
3137+
31363138
Display all available Managed Database engine types and versions. Engine IDs are used when creating new Managed Databases.
31373139
responses:
31383140
'200':
@@ -3179,6 +3181,8 @@ paths:
31793181
- $ref: '#/components/parameters/pageOffset'
31803182
- $ref: '#/components/parameters/pageSize'
31813183
description: |
3184+
**This command is currently only available for customers who already have an active Managed Database.**
3185+
31823186
Display information for a single Managed Database engine type and version.
31833187
responses:
31843188
'200':
@@ -3214,6 +3218,8 @@ paths:
32143218
- $ref: '#/components/parameters/pageOffset'
32153219
- $ref: '#/components/parameters/pageSize'
32163220
description: |
3221+
**This command is currently only available for customers who already have an active Managed Database.**
3222+
32173223
Display all Managed Databases that are accessible by your User, regardless of engine type.
32183224

32193225
For more detailed information on a particular Database instance, make a request to its `instance_uri`.
@@ -3261,6 +3267,8 @@ paths:
32613267
- $ref: '#/components/parameters/pageOffset'
32623268
- $ref: '#/components/parameters/pageSize'
32633269
description: |
3270+
**This command is currently only available for customers who already have an active Managed Database.**
3271+
32643272
Display all accessible Managed MySQL Databases.
32653273
security:
32663274
- personalAccessToken: []
@@ -3301,6 +3309,8 @@ paths:
33013309
x-linode-cli-action: mysql-create
33023310
x-linode-grant: add_databases
33033311
description: |
3312+
**This command is currently only available for customers who already have an active Managed Database.**
3313+
33043314
Provision a Managed MySQL Database.
33053315

33063316
Restricted Users must have the `add_databases` grant to use this command.
@@ -3401,6 +3411,8 @@ paths:
34013411
x-linode-cli-action: mysql-view
34023412
x-linode-grant: read_only
34033413
description: |
3414+
**This command is currently only available for customers who already have an active Managed Database.**
3415+
34043416
Display information for a single, accessible Managed MySQL Database.
34053417
security:
34063418
- personalAccessToken: []
@@ -3434,6 +3446,8 @@ paths:
34343446
x-linode-cli-action: mysql-delete
34353447
x-linode-grant: read_write
34363448
description: |
3449+
**This command is currently only available for customers who already have an active Managed Database.**
3450+
34373451
Remove a Managed MySQL Database from your Account.
34383452

34393453
Requires `read_write` access to the Database.
@@ -3474,6 +3488,8 @@ paths:
34743488
x-linode-cli-action: mysql-update
34753489
x-linode-grant: read_write
34763490
description: |
3491+
**This command is currently only available for customers who already have an active Managed Database.**
3492+
34773493
Update a Managed MySQL Database.
34783494

34793495
Requires `read_write` access to the Database.
@@ -3577,6 +3593,8 @@ paths:
35773593
- $ref: '#/components/parameters/pageOffset'
35783594
- $ref: '#/components/parameters/pageSize'
35793595
description: |
3596+
**This command is currently only available for customers who already have an active Managed Database.**
3597+
35803598
Display all backups for an accessible Managed MySQL Database.
35813599

35823600
The Database must not be provisioning to perform this command.
@@ -3623,6 +3641,8 @@ paths:
36233641
x-linode-cli-action: mysql-backup-snapshot
36243642
x-linode-grant: read_write
36253643
description: |
3644+
**This command is currently only available for customers who already have an active Managed Database.**
3645+
36263646
Creates a snapshot backup of a Managed MySQL Database.
36273647

36283648
Requires `read_write` access to the Database.
@@ -3692,6 +3712,8 @@ paths:
36923712
x-linode-cli-action: mysql-backup-view
36933713
x-linode-grant: read_only
36943714
description: |
3715+
**This command is currently only available for customers who already have an active Managed Database.**
3716+
36953717
Display information for a single backup for an accessible Managed MySQL Database.
36963718

36973719
The Database must not be provisioning to perform this command.
@@ -3726,6 +3748,8 @@ paths:
37263748
- url: https://api.linode.com/v4beta
37273749
x-linode-cli-action: mysql-backup-delete
37283750
description: |
3751+
**This command is currently only available for customers who already have an active Managed Database.**
3752+
37293753
Delete a single backup for an accessible Managed MySQL Database.
37303754

37313755
Requires `read_write` access to the Database.
@@ -3779,6 +3803,8 @@ paths:
37793803
x-linode-cli-action: mysql-backup-restore
37803804
x-linode-grant: read_write
37813805
description: |
3806+
**This command is currently only available for customers who already have an active Managed Database.**
3807+
37823808
Restore a backup to a Managed MySQL Database on your Account.
37833809

37843810
Requires `read_write` access to the Database.
@@ -3829,6 +3855,8 @@ paths:
38293855
x-linode-cli-action: mysql-creds-view
38303856
x-linode-grant: read_only
38313857
description: |
3858+
**This command is currently only available for customers who already have an active Managed Database.**
3859+
38323860
Display the root username and password for an accessible Managed MySQL Database.
38333861

38343862
The Database must have an `active` status to perform this command.
@@ -3873,6 +3901,8 @@ paths:
38733901
x-linode-cli-action: mysql-creds-reset
38743902
x-linode-grant: read_write
38753903
description: |
3904+
**This command is currently only available for customers who already have an active Managed Database.**
3905+
38763906
Reset the root password for a Managed MySQL Database.
38773907

38783908
Requires `read_write` access to the Database.
@@ -3923,6 +3953,8 @@ paths:
39233953
x-linode-cli-action: mysql-ssl-cert
39243954
x-linode-grant: read_only
39253955
description: |
3956+
**This command is currently only available for customers who already have an active Managed Database.**
3957+
39263958
Display the SSL CA certificate for an accessible Managed MySQL Database.
39273959

39283960
The Database must have an `active` status to perform this command.
@@ -3967,6 +3999,8 @@ paths:
39673999
x-linode-cli-action: mysql-patch
39684000
x-linode-grant: read_write
39694001
description: |
4002+
**This command is currently only available for customers who already have an active Managed Database.**
4003+
39704004
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.
39714005

39724006
Requires `read_write` access to the Database.
@@ -4015,6 +4049,8 @@ paths:
40154049
- $ref: '#/components/parameters/pageOffset'
40164050
- $ref: '#/components/parameters/pageSize'
40174051
description: |
4052+
**This command is currently only available for customers who already have an active Managed Database.**
4053+
40184054
Display all accessible Managed PostgreSQL Databases.
40194055
security:
40204056
- personalAccessToken: []
@@ -4055,6 +4091,8 @@ paths:
40554091
x-linode-cli-action: postgresql-create
40564092
x-linode-grant: add_databases
40574093
description: |
4094+
**This command is currently only available for customers who already have an active Managed Database.**
4095+
40584096
Provision a Managed PostgreSQL Database.
40594097

40604098
Restricted Users must have the `add_databases` grant to use this command.
@@ -4157,6 +4195,8 @@ paths:
41574195
x-linode-cli-action: postgresql-view
41584196
x-linode-grant: read_only
41594197
description: |
4198+
**This command is currently only available for customers who already have an active Managed Database.**
4199+
41604200
Display information for a single, accessible Managed PostgreSQL Database.
41614201
security:
41624202
- personalAccessToken: []
@@ -4190,6 +4230,8 @@ paths:
41904230
x-linode-cli-action: postgresql-delete
41914231
x-linode-grant: read_write
41924232
description: |
4233+
**This command is currently only available for customers who already have an active Managed Database.**
4234+
41934235
Remove a Managed PostgreSQL Database from your Account.
41944236

41954237
Requires `read_write` access to the Database.
@@ -4230,6 +4272,8 @@ paths:
42304272
x-linode-cli-action: postgresql-update
42314273
x-linode-grant: read_write
42324274
description: |
4275+
**This command is currently only available for customers who already have an active Managed Database.**
4276+
42334277
Update a Managed PostgreSQL Database.
42344278

42354279
Requires `read_write` access to the Database.
@@ -4333,6 +4377,8 @@ paths:
43334377
- $ref: '#/components/parameters/pageOffset'
43344378
- $ref: '#/components/parameters/pageSize'
43354379
description: |
4380+
**This command is currently only available for customers who already have an active Managed Database.**
4381+
43364382
Display all backups for an accessible Managed PostgreSQL Database.
43374383

43384384
The Database must not be provisioning to perform this command.
@@ -4379,6 +4425,8 @@ paths:
43794425
x-linode-cli-action: postgresql-backup-snapshot
43804426
x-linode-grant: read_write
43814427
description: |
4428+
**This command is currently only available for customers who already have an active Managed Database.**
4429+
43824430
Creates a snapshot backup of a Managed PostgreSQL Database.
43834431

43844432
Requires `read_write` access to the Database.
@@ -4448,6 +4496,8 @@ paths:
44484496
x-linode-cli-action: postgresql-backup-view
44494497
x-linode-grant: read_only
44504498
description: |
4499+
**This command is currently only available for customers who already have an active Managed Database.**
4500+
44514501
Display information for a single backup for an accessible Managed PostgreSQL Database.
44524502

44534503
The Database must not be provisioning to perform this command.
@@ -4482,6 +4532,8 @@ paths:
44824532
- url: https://api.linode.com/v4beta
44834533
x-linode-cli-action: postgresql-backup-delete
44844534
description: |
4535+
**This command is currently only available for customers who already have an active Managed Database.**
4536+
44854537
Delete a single backup for an accessible Managed PostgreSQL Database.
44864538

44874539
Requires `read_write` access to the Database.
@@ -4535,6 +4587,8 @@ paths:
45354587
x-linode-cli-action: postgresql-backup-restore
45364588
x-linode-grant: read_write
45374589
description: |
4590+
**This command is currently only available for customers who already have an active Managed Database.**
4591+
45384592
Restore a backup to a Managed PostgreSQL Database on your Account.
45394593

45404594
Requires `read_write` access to the Database.
@@ -4585,6 +4639,8 @@ paths:
45854639
x-linode-cli-action: postgresql-creds-view
45864640
x-linode-grant: read_only
45874641
description: |
4642+
**This command is currently only available for customers who already have an active Managed Database.**
4643+
45884644
Display the root username and password for an accessible Managed PostgreSQL Database.
45894645

45904646
The Database must have an `active` status to perform this command.
@@ -4629,6 +4685,8 @@ paths:
46294685
x-linode-cli-action: postgresql-creds-reset
46304686
x-linode-grant: read_write
46314687
description: |
4688+
**This command is currently only available for customers who already have an active Managed Database.**
4689+
46324690
Reset the root password for a Managed PostgreSQL Database.
46334691

46344692
Requires `read_write` access to the Database.
@@ -4679,6 +4737,8 @@ paths:
46794737
x-linode-cli-action: postgresql-ssl-cert
46804738
x-linode-grant: read_only
46814739
description: |
4740+
**This command is currently only available for customers who already have an active Managed Database.**
4741+
46824742
Display the SSL CA certificate for an accessible Managed PostgreSQL Database.
46834743

46844744
The Database must have an `active` status to perform this command.
@@ -4723,6 +4783,8 @@ paths:
47234783
x-linode-cli-action: postgresql-patch
47244784
x-linode-grant: read_write
47254785
description: |
4786+
**This command is currently only available for customers who already have an active Managed Database.**
4787+
47264788
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.
47274789

47284790
Requires `read_write` access to the Database.
@@ -4770,6 +4832,8 @@ paths:
47704832
- $ref: '#/components/parameters/pageOffset'
47714833
- $ref: '#/components/parameters/pageSize'
47724834
description: |
4835+
**This command is currently only available for customers who already have an active Managed Database.**
4836+
47734837
Display all Managed Database node types. The type and number of nodes determine the resources and price of a Managed Database instance.
47744838

47754839
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:
48404904
- $ref: '#/components/parameters/pageOffset'
48414905
- $ref: '#/components/parameters/pageSize'
48424906
description: |
4907+
**This command is currently only available for customers who already have an active Managed Database.**
4908+
48434909
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.
48444910
responses:
48454911
'200':

0 commit comments

Comments
 (0)