VMware Tanzu · Schema

Tanzu Service Mesh Cluster

A Kubernetes cluster onboarded to VMware Tanzu Service Mesh with its status and cloud provider metadata.

Cloud-NativeContainersEnterpriseKubernetesMulti-CloudService MeshVMware

Properties

Name Type Description
name string Cluster name in Tanzu Service Mesh.
display_name string Human-readable cluster display name.
state string Current cluster state.
cloud_provider string Cloud provider hosting the cluster.
region string Cloud or datacenter region.
k8s_version string Kubernetes version running on the cluster.
tsm_version string TSM agent version installed on the cluster.
namespace_count integer Number of Kubernetes namespaces in the cluster.
View JSON Schema on GitHub

JSON Schema

vmware-tanzu-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vmware-tanzu/refs/heads/main/json-schema/vmware-tanzu-cluster-schema.json",
  "title": "Tanzu Service Mesh Cluster",
  "description": "A Kubernetes cluster onboarded to VMware Tanzu Service Mesh with its status and cloud provider metadata.",
  "type": "object",
  "required": ["name", "state"],
  "properties": {
    "name": {
      "type": "string",
      "description": "Cluster name in Tanzu Service Mesh.",
      "example": "production-west"
    },
    "display_name": {
      "type": "string",
      "description": "Human-readable cluster display name."
    },
    "state": {
      "type": "string",
      "description": "Current cluster state.",
      "enum": ["READY", "INSTALLING", "OFFLINE", "ERROR", "REMOVING"]
    },
    "cloud_provider": {
      "type": "string",
      "description": "Cloud provider hosting the cluster.",
      "example": "AWS",
      "enum": ["AWS", "Azure", "GCP", "vSphere", "On-Premises", "Other"]
    },
    "region": {
      "type": "string",
      "description": "Cloud or datacenter region.",
      "example": "us-west-2"
    },
    "k8s_version": {
      "type": "string",
      "description": "Kubernetes version running on the cluster.",
      "example": "1.29.0"
    },
    "tsm_version": {
      "type": "string",
      "description": "TSM agent version installed on the cluster."
    },
    "namespace_count": {
      "type": "integer",
      "description": "Number of Kubernetes namespaces in the cluster.",
      "minimum": 0
    }
  }
}

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/vmware-tanzu-cluster"
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 email required.

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