action linode_get_databases_engine { label: "Managed Database Engine View" description: "Display information for a single Managed Database engine type and version.\n" provider: linode method: GET path: "/databases/engines/{engineId}" encoding: json output: { type: "object" description: "Managed Database engine object." properties: { engine: { type: "string" description: "The Managed Database engine type." } id: { type: "string" description: "The Managed Database engine ID in engine/version format." } version: { type: "string" description: "The Managed Database engine version." } } } }