action linode_get_databases_instances { label: "Managed Databases List All" description: "Display all Managed Databases that are accessible by your User, regardless of engine type.\n\nFor more detailed information on a particular Database instance, make a request to its `instance_uri`.\n" provider: linode method: GET path: "/databases/instances" encoding: json output: { type: "object" } }