List Managed Databases

Display all Managed Databases accessible to your user, regardless of engine type. For more detailed information on a particular database instance, make a request to its instance_uri.

linode-cli databases list
Learn more...
databases:read_only
Learn more...
Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Query Params
integer
≥ 1
Defaults to 1

The page of a collection to return.

integer
25 to 500
Defaults to 100

The number of items to return per page.

Responses

Response body
object
integer

Read-only The current page.

integer

Read-only The total number of pages.

integer

Read-only The total number of results.

data
array of objects
data
object
allow_list
array of strings

Controls access to the Managed Database.

  • Individually included IP addresses or CIDR ranges can access the Managed Database while all other sources are blocked.

  • A standalone value of 0.0.0.0/0 allows all IP addresses access to the Managed Database.

  • An empty array ([]) blocks all public and private connections to the Managed Database.

allow_list
integer
Defaults to 1

The number of Linode instance nodes deployed to the Managed Database.

  • Choose 3 nodes to create a high availability cluster that consists of one primary node and two replica nodes.

  • A 2 node cluster is only available with a dedicated plan. It consists of one primary node and one replica node.

1 2 3

date-time

Read-only When this Managed Database was created.

boolean
Defaults to true

Read-only Whether the Managed Databases is encrypted. Currently required to be true.

string

Filterable, Read-only The Managed Database engine type.

mysql postgresql

fork
object

Details on the database that was the target of the fork. Only exists if the database was forked from another.

hosts
object

Read-only The primary and secondary hosts for the Managed Database. These are assigned after provisioning is complete.

integer

Read-only A unique ID that can be used to identify and reference the Managed Database.

string

Read-only Append this to https://api.linode.com to run commands for the Managed Database.

string
length between 3 and 32

Filterable A unique, user-defined string referring to the Managed Database. This string needs to be unique per Managed Database engine type.

members
object

Read-only A mapping between IP addresses and strings designating them as primary or failover.

Has additional fields
date-time

Read-only The oldest time to which a database can be restored.

string

Filterable, Read-only The back-end platform for relational databases used by the service.

rdbms-legacy rdbms-default

integer

Read-only The access port for this Managed Database.

string

Filterable The Region ID for the Managed Database.

string

Filterable, Read-only The operating status of the Managed Database.

provisioning active suspending suspended resuming failed degraded updating resizing

integer

Read-only The total disk size of the database, in GB.

string

Filterable The Linode Instance type used by the Managed Database for its nodes.

date-time

Read-only When this Managed Database was last updated.

updates
object

Configuration settings for automated patch update maintenance for the Managed Database.

integer

Read-only The amount of space currently in use in the database, in GB.

string

Filterable The Managed Database engine version.

Language
Credentials