Linode · Schema

Database

Properties

Name Type Description
id integer The unique ID of this database.
label string The label of this database.
engine string The database engine and version.
type string The Linode type for database nodes.
region string The region where this database is located.
status string The current status of this database.
cluster_size integer The number of nodes in the database cluster.
hosts object The connection endpoints for this database.
port integer The port for database connections.
ssl_connection boolean Whether SSL is required for connections.
allow_list array IP addresses or CIDRs allowed to connect.
created string When this database was created.
updated string When this database was last updated.
View JSON Schema on GitHub

JSON Schema

linode-database-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Database",
  "title": "Database",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The unique ID of this database."
    },
    "label": {
      "type": "string",
      "description": "The label of this database."
    },
    "engine": {
      "type": "string",
      "description": "The database engine and version."
    },
    "type": {
      "type": "string",
      "description": "The Linode type for database nodes."
    },
    "region": {
      "type": "string",
      "description": "The region where this database is located."
    },
    "status": {
      "type": "string",
      "enum": [
        "provisioning",
        "active",
        "suspending",
        "suspended",
        "resuming",
        "restoring",
        "failed",
        "degraded",
        "updating",
        "backing_up"
      ],
      "description": "The current status of this database."
    },
    "cluster_size": {
      "type": "integer",
      "enum": [
        1,
        3
      ],
      "description": "The number of nodes in the database cluster."
    },
    "hosts": {
      "type": "object",
      "properties": {
        "primary": {
          "type": "string",
          "description": "The primary host for this database."
        },
        "secondary": {
          "type": "string",
          "description": "The secondary host for this database."
        }
      },
      "description": "The connection endpoints for this database."
    },
    "port": {
      "type": "integer",
      "description": "The port for database connections."
    },
    "ssl_connection": {
      "type": "boolean",
      "description": "Whether SSL is required for connections."
    },
    "allow_list": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "IP addresses or CIDRs allowed to connect."
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "When this database was created."
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "When this database was last updated."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/linode-database"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.