Tidb · JSON Structure

Tidb Cluster Structure

Structure documentation for TiDB Cloud cluster objects

Type: Properties: 0

TiDB Cloud Cluster is a JSON Structure definition published by Tidb.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "TiDB Cloud Cluster",
  "description": "Structure documentation for TiDB Cloud cluster objects",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique cluster identifier (numeric string)"
    },
    {
      "name": "project_id",
      "type": "string",
      "required": true,
      "description": "ID of the project this cluster belongs to"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Cluster name (lowercase letters, numbers, hyphens)"
    },
    {
      "name": "cluster_type",
      "type": "enum",
      "required": true,
      "values": ["SERVERLESS", "DEDICATED"],
      "description": "Cluster deployment type"
    },
    {
      "name": "cloud_provider",
      "type": "enum",
      "required": true,
      "values": ["AWS", "GCP"],
      "description": "Cloud provider for the cluster"
    },
    {
      "name": "region",
      "type": "string",
      "required": true,
      "description": "Cloud region (e.g., us-east-1, us-central1)"
    },
    {
      "name": "status.cluster_status",
      "type": "enum",
      "required": false,
      "values": ["AVAILABLE", "CREATING", "MODIFYING", "PAUSED", "RESUMING", "UNAVAILABLE", "IMPORTING", "DELETING"],
      "description": "Current operational status of the cluster"
    },
    {
      "name": "version",
      "type": "string",
      "required": false,
      "description": "TiDB version running on the cluster (e.g., v7.1.0)"
    },
    {
      "name": "created_timestamp",
      "type": "string (date-time)",
      "required": false,
      "description": "ISO 8601 creation timestamp"
    },
    {
      "name": "config.port",
      "type": "integer",
      "required": false,
      "description": "MySQL-compatible port for database connections (default: 4000)"
    },
    {
      "name": "config.components.tidb",
      "type": "object",
      "required": false,
      "description": "TiDB compute node configuration (node_size, node_quantity)"
    },
    {
      "name": "config.components.tikv",
      "type": "object",
      "required": false,
      "description": "TiKV storage node configuration (node_size, storage_size_gib, node_quantity)"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/tidb-cluster-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.