action linode_get_databases_types { label: "Managed Database Types List" description: "Display all Managed Database node types. The type and number of nodes determine the resources and price of a Managed Database instance.\n\nEach Managed Database can have one node type. In the case of a high availabilty Database, all nodes are provisioned according to the chosen type.\n" provider: linode method: GET path: "/databases/types" encoding: json output: { type: "object" } }