Vitess · JSON Structure
Vitess Tablet Structure
Structural documentation for the Tablet object returned by the VTAdmin API
Type: object
Properties: 0
Cloud-NativeCNCFDatabaseDistributed SystemsGraduatedMySQLSharding
Vitess Tablet Structure is a JSON Structure definition published by Vitess.
Meta-schema:
JSON Structure
{
"title": "Vitess Tablet Structure",
"description": "Structural documentation for the Tablet object returned by the VTAdmin API",
"type": "object",
"fields": [
{
"name": "cluster",
"type": "object",
"required": true,
"description": "Cluster this tablet belongs to",
"fields": [
{ "name": "id", "type": "string", "description": "Cluster identifier" },
{ "name": "name", "type": "string", "description": "Cluster display name" }
]
},
{
"name": "tablet",
"type": "object",
"required": true,
"description": "Tablet metadata",
"fields": [
{
"name": "alias",
"type": "object",
"description": "Tablet alias (cell + uid)",
"fields": [
{ "name": "cell", "type": "string", "description": "Cell name" },
{ "name": "uid", "type": "integer", "description": "Unique ID within cell" }
]
},
{ "name": "hostname", "type": "string", "description": "Tablet host FQDN" },
{
"name": "port_map",
"type": "object",
"description": "Port assignments",
"fields": [
{ "name": "grpc", "type": "integer" },
{ "name": "mysql", "type": "integer" },
{ "name": "vt", "type": "integer" }
]
},
{ "name": "keyspace", "type": "string", "description": "Assigned keyspace" },
{ "name": "shard", "type": "string", "description": "Assigned shard key range" },
{ "name": "type", "type": "string", "description": "PRIMARY, REPLICA, RDONLY, SPARE" }
]
},
{
"name": "state",
"type": "string",
"required": false,
"description": "Current serving state: SERVING, NOT_SERVING, UNKNOWN"
}
]
}
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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/vitess-tablet-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.