Skip to content

Commit 4e235b7

Browse files
committed
Added EOS notice to ALL databases commands
1 parent 1878326 commit 4e235b7

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

openapi.yaml

Lines changed: 62 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: []
@@ -3403,6 +3411,8 @@ paths:
34033411
x-linode-cli-action: mysql-view
34043412
x-linode-grant: read_only
34053413
description: |
3414+
**This command is currently only available for customers who already have an active Managed Database.**
3415+
34063416
Display information for a single, accessible Managed MySQL Database.
34073417
security:
34083418
- personalAccessToken: []
@@ -3436,6 +3446,8 @@ paths:
34363446
x-linode-cli-action: mysql-delete
34373447
x-linode-grant: read_write
34383448
description: |
3449+
**This command is currently only available for customers who already have an active Managed Database.**
3450+
34393451
Remove a Managed MySQL Database from your Account.
34403452

34413453
Requires `read_write` access to the Database.
@@ -3476,6 +3488,8 @@ paths:
34763488
x-linode-cli-action: mysql-update
34773489
x-linode-grant: read_write
34783490
description: |
3491+
**This command is currently only available for customers who already have an active Managed Database.**
3492+
34793493
Update a Managed MySQL Database.
34803494

34813495
Requires `read_write` access to the Database.
@@ -3579,6 +3593,8 @@ paths:
35793593
- $ref: '#/components/parameters/pageOffset'
35803594
- $ref: '#/components/parameters/pageSize'
35813595
description: |
3596+
**This command is currently only available for customers who already have an active Managed Database.**
3597+
35823598
Display all backups for an accessible Managed MySQL Database.
35833599

35843600
The Database must not be provisioning to perform this command.
@@ -3625,6 +3641,8 @@ paths:
36253641
x-linode-cli-action: mysql-backup-snapshot
36263642
x-linode-grant: read_write
36273643
description: |
3644+
**This command is currently only available for customers who already have an active Managed Database.**
3645+
36283646
Creates a snapshot backup of a Managed MySQL Database.
36293647

36303648
Requires `read_write` access to the Database.
@@ -3694,6 +3712,8 @@ paths:
36943712
x-linode-cli-action: mysql-backup-view
36953713
x-linode-grant: read_only
36963714
description: |
3715+
**This command is currently only available for customers who already have an active Managed Database.**
3716+
36973717
Display information for a single backup for an accessible Managed MySQL Database.
36983718

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

37333755
Requires `read_write` access to the Database.
@@ -3781,6 +3803,8 @@ paths:
37813803
x-linode-cli-action: mysql-backup-restore
37823804
x-linode-grant: read_write
37833805
description: |
3806+
**This command is currently only available for customers who already have an active Managed Database.**
3807+
37843808
Restore a backup to a Managed MySQL Database on your Account.
37853809

37863810
Requires `read_write` access to the Database.
@@ -3831,6 +3855,8 @@ paths:
38313855
x-linode-cli-action: mysql-creds-view
38323856
x-linode-grant: read_only
38333857
description: |
3858+
**This command is currently only available for customers who already have an active Managed Database.**
3859+
38343860
Display the root username and password for an accessible Managed MySQL Database.
38353861

38363862
The Database must have an `active` status to perform this command.
@@ -3875,6 +3901,8 @@ paths:
38753901
x-linode-cli-action: mysql-creds-reset
38763902
x-linode-grant: read_write
38773903
description: |
3904+
**This command is currently only available for customers who already have an active Managed Database.**
3905+
38783906
Reset the root password for a Managed MySQL Database.
38793907

38803908
Requires `read_write` access to the Database.
@@ -3925,6 +3953,8 @@ paths:
39253953
x-linode-cli-action: mysql-ssl-cert
39263954
x-linode-grant: read_only
39273955
description: |
3956+
**This command is currently only available for customers who already have an active Managed Database.**
3957+
39283958
Display the SSL CA certificate for an accessible Managed MySQL Database.
39293959

39303960
The Database must have an `active` status to perform this command.
@@ -3969,6 +3999,8 @@ paths:
39693999
x-linode-cli-action: mysql-patch
39704000
x-linode-grant: read_write
39714001
description: |
4002+
**This command is currently only available for customers who already have an active Managed Database.**
4003+
39724004
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.
39734005

39744006
Requires `read_write` access to the Database.
@@ -4017,6 +4049,8 @@ paths:
40174049
- $ref: '#/components/parameters/pageOffset'
40184050
- $ref: '#/components/parameters/pageSize'
40194051
description: |
4052+
**This command is currently only available for customers who already have an active Managed Database.**
4053+
40204054
Display all accessible Managed PostgreSQL Databases.
40214055
security:
40224056
- personalAccessToken: []
@@ -4161,6 +4195,8 @@ paths:
41614195
x-linode-cli-action: postgresql-view
41624196
x-linode-grant: read_only
41634197
description: |
4198+
**This command is currently only available for customers who already have an active Managed Database.**
4199+
41644200
Display information for a single, accessible Managed PostgreSQL Database.
41654201
security:
41664202
- personalAccessToken: []
@@ -4194,6 +4230,8 @@ paths:
41944230
x-linode-cli-action: postgresql-delete
41954231
x-linode-grant: read_write
41964232
description: |
4233+
**This command is currently only available for customers who already have an active Managed Database.**
4234+
41974235
Remove a Managed PostgreSQL Database from your Account.
41984236

41994237
Requires `read_write` access to the Database.
@@ -4234,6 +4272,8 @@ paths:
42344272
x-linode-cli-action: postgresql-update
42354273
x-linode-grant: read_write
42364274
description: |
4275+
**This command is currently only available for customers who already have an active Managed Database.**
4276+
42374277
Update a Managed PostgreSQL Database.
42384278

42394279
Requires `read_write` access to the Database.
@@ -4337,6 +4377,8 @@ paths:
43374377
- $ref: '#/components/parameters/pageOffset'
43384378
- $ref: '#/components/parameters/pageSize'
43394379
description: |
4380+
**This command is currently only available for customers who already have an active Managed Database.**
4381+
43404382
Display all backups for an accessible Managed PostgreSQL Database.
43414383

43424384
The Database must not be provisioning to perform this command.
@@ -4383,6 +4425,8 @@ paths:
43834425
x-linode-cli-action: postgresql-backup-snapshot
43844426
x-linode-grant: read_write
43854427
description: |
4428+
**This command is currently only available for customers who already have an active Managed Database.**
4429+
43864430
Creates a snapshot backup of a Managed PostgreSQL Database.
43874431

43884432
Requires `read_write` access to the Database.
@@ -4452,6 +4496,8 @@ paths:
44524496
x-linode-cli-action: postgresql-backup-view
44534497
x-linode-grant: read_only
44544498
description: |
4499+
**This command is currently only available for customers who already have an active Managed Database.**
4500+
44554501
Display information for a single backup for an accessible Managed PostgreSQL Database.
44564502

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

44914539
Requires `read_write` access to the Database.
@@ -4539,6 +4587,8 @@ paths:
45394587
x-linode-cli-action: postgresql-backup-restore
45404588
x-linode-grant: read_write
45414589
description: |
4590+
**This command is currently only available for customers who already have an active Managed Database.**
4591+
45424592
Restore a backup to a Managed PostgreSQL Database on your Account.
45434593

45444594
Requires `read_write` access to the Database.
@@ -4589,6 +4639,8 @@ paths:
45894639
x-linode-cli-action: postgresql-creds-view
45904640
x-linode-grant: read_only
45914641
description: |
4642+
**This command is currently only available for customers who already have an active Managed Database.**
4643+
45924644
Display the root username and password for an accessible Managed PostgreSQL Database.
45934645

45944646
The Database must have an `active` status to perform this command.
@@ -4633,6 +4685,8 @@ paths:
46334685
x-linode-cli-action: postgresql-creds-reset
46344686
x-linode-grant: read_write
46354687
description: |
4688+
**This command is currently only available for customers who already have an active Managed Database.**
4689+
46364690
Reset the root password for a Managed PostgreSQL Database.
46374691

46384692
Requires `read_write` access to the Database.
@@ -4683,6 +4737,8 @@ paths:
46834737
x-linode-cli-action: postgresql-ssl-cert
46844738
x-linode-grant: read_only
46854739
description: |
4740+
**This command is currently only available for customers who already have an active Managed Database.**
4741+
46864742
Display the SSL CA certificate for an accessible Managed PostgreSQL Database.
46874743

46884744
The Database must have an `active` status to perform this command.
@@ -4727,6 +4783,8 @@ paths:
47274783
x-linode-cli-action: postgresql-patch
47284784
x-linode-grant: read_write
47294785
description: |
4786+
**This command is currently only available for customers who already have an active Managed Database.**
4787+
47304788
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.
47314789

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

47794839
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.
@@ -4844,6 +4904,8 @@ paths:
48444904
- $ref: '#/components/parameters/pageOffset'
48454905
- $ref: '#/components/parameters/pageSize'
48464906
description: |
4907+
**This command is currently only available for customers who already have an active Managed Database.**
4908+
48474909
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.
48484910
responses:
48494911
'200':

0 commit comments

Comments
 (0)