diff --git a/openapi.yaml b/openapi.yaml index b62d802f9..edc7f9603 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3133,6 +3133,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display all available Managed Database engine types and versions. Engine IDs are used when creating new Managed Databases. responses: '200': @@ -3179,6 +3181,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display information for a single Managed Database engine type and version. responses: '200': @@ -3214,6 +3218,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display all Managed Databases that are accessible by your User, regardless of engine type. For more detailed information on a particular Database instance, make a request to its `instance_uri`. @@ -3261,6 +3267,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display all accessible Managed MySQL Databases. security: - personalAccessToken: [] @@ -3301,6 +3309,8 @@ paths: x-linode-cli-action: mysql-create x-linode-grant: add_databases description: | + **This command is currently only available for customers who already have an active Managed Database.** + Provision a Managed MySQL Database. Restricted Users must have the `add_databases` grant to use this command. @@ -3401,6 +3411,8 @@ paths: x-linode-cli-action: mysql-view x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display information for a single, accessible Managed MySQL Database. security: - personalAccessToken: [] @@ -3434,6 +3446,8 @@ paths: x-linode-cli-action: mysql-delete x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Remove a Managed MySQL Database from your Account. Requires `read_write` access to the Database. @@ -3474,6 +3488,8 @@ paths: x-linode-cli-action: mysql-update x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Update a Managed MySQL Database. Requires `read_write` access to the Database. @@ -3577,6 +3593,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display all backups for an accessible Managed MySQL Database. The Database must not be provisioning to perform this command. @@ -3623,6 +3641,8 @@ paths: x-linode-cli-action: mysql-backup-snapshot x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Creates a snapshot backup of a Managed MySQL Database. Requires `read_write` access to the Database. @@ -3692,6 +3712,8 @@ paths: x-linode-cli-action: mysql-backup-view x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display information for a single backup for an accessible Managed MySQL Database. The Database must not be provisioning to perform this command. @@ -3726,6 +3748,8 @@ paths: - url: https://api.linode.com/v4beta x-linode-cli-action: mysql-backup-delete description: | + **This command is currently only available for customers who already have an active Managed Database.** + Delete a single backup for an accessible Managed MySQL Database. Requires `read_write` access to the Database. @@ -3779,6 +3803,8 @@ paths: x-linode-cli-action: mysql-backup-restore x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Restore a backup to a Managed MySQL Database on your Account. Requires `read_write` access to the Database. @@ -3829,6 +3855,8 @@ paths: x-linode-cli-action: mysql-creds-view x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display the root username and password for an accessible Managed MySQL Database. The Database must have an `active` status to perform this command. @@ -3873,6 +3901,8 @@ paths: x-linode-cli-action: mysql-creds-reset x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Reset the root password for a Managed MySQL Database. Requires `read_write` access to the Database. @@ -3923,6 +3953,8 @@ paths: x-linode-cli-action: mysql-ssl-cert x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display the SSL CA certificate for an accessible Managed MySQL Database. The Database must have an `active` status to perform this command. @@ -3967,6 +3999,8 @@ paths: x-linode-cli-action: mysql-patch x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + 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. Requires `read_write` access to the Database. @@ -4015,6 +4049,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display all accessible Managed PostgreSQL Databases. security: - personalAccessToken: [] @@ -4055,6 +4091,8 @@ paths: x-linode-cli-action: postgresql-create x-linode-grant: add_databases description: | + **This command is currently only available for customers who already have an active Managed Database.** + Provision a Managed PostgreSQL Database. Restricted Users must have the `add_databases` grant to use this command. @@ -4157,6 +4195,8 @@ paths: x-linode-cli-action: postgresql-view x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display information for a single, accessible Managed PostgreSQL Database. security: - personalAccessToken: [] @@ -4190,6 +4230,8 @@ paths: x-linode-cli-action: postgresql-delete x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Remove a Managed PostgreSQL Database from your Account. Requires `read_write` access to the Database. @@ -4230,6 +4272,8 @@ paths: x-linode-cli-action: postgresql-update x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Update a Managed PostgreSQL Database. Requires `read_write` access to the Database. @@ -4333,6 +4377,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display all backups for an accessible Managed PostgreSQL Database. The Database must not be provisioning to perform this command. @@ -4379,6 +4425,8 @@ paths: x-linode-cli-action: postgresql-backup-snapshot x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Creates a snapshot backup of a Managed PostgreSQL Database. Requires `read_write` access to the Database. @@ -4448,6 +4496,8 @@ paths: x-linode-cli-action: postgresql-backup-view x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display information for a single backup for an accessible Managed PostgreSQL Database. The Database must not be provisioning to perform this command. @@ -4482,6 +4532,8 @@ paths: - url: https://api.linode.com/v4beta x-linode-cli-action: postgresql-backup-delete description: | + **This command is currently only available for customers who already have an active Managed Database.** + Delete a single backup for an accessible Managed PostgreSQL Database. Requires `read_write` access to the Database. @@ -4535,6 +4587,8 @@ paths: x-linode-cli-action: postgresql-backup-restore x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Restore a backup to a Managed PostgreSQL Database on your Account. Requires `read_write` access to the Database. @@ -4585,6 +4639,8 @@ paths: x-linode-cli-action: postgresql-creds-view x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display the root username and password for an accessible Managed PostgreSQL Database. The Database must have an `active` status to perform this command. @@ -4629,6 +4685,8 @@ paths: x-linode-cli-action: postgresql-creds-reset x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + Reset the root password for a Managed PostgreSQL Database. Requires `read_write` access to the Database. @@ -4679,6 +4737,8 @@ paths: x-linode-cli-action: postgresql-ssl-cert x-linode-grant: read_only description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display the SSL CA certificate for an accessible Managed PostgreSQL Database. The Database must have an `active` status to perform this command. @@ -4723,6 +4783,8 @@ paths: x-linode-cli-action: postgresql-patch x-linode-grant: read_write description: | + **This command is currently only available for customers who already have an active Managed Database.** + 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. Requires `read_write` access to the Database. @@ -4770,6 +4832,8 @@ paths: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + Display all Managed Database node types. The type and number of nodes determine the resources and price of a Managed Database instance. 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: - $ref: '#/components/parameters/pageOffset' - $ref: '#/components/parameters/pageSize' description: | + **This command is currently only available for customers who already have an active Managed Database.** + 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. responses: '200':