Msk Api Cluster Structure
Returns information about a cluster.
Cluster is a JSON Structure definition published by Amazon MSK, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-cluster-structure.json",
"name": "Cluster",
"type": "object",
"description": "\n <p>Returns information about a cluster.</p>",
"properties": {
"ActiveOperationArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "activeOperationArn"
},
"description": "\n <p>The Amazon Resource Name (ARN) that uniquely identifies a cluster operation.</p>"
}
]
},
"ClusterType": {
"allOf": [
{
"$ref": "#/components/schemas/ClusterType"
},
{
"xml": {
"name": "clusterType"
},
"description": "\n <p>Cluster Type.</p>"
}
]
},
"ClusterArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "clusterArn"
},
"description": "\n <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>"
}
]
},
"ClusterName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "clusterName"
},
"description": "\n <p>The name of the cluster.</p>"
}
]
},
"CreationTime": {
"allOf": [
{
"$ref": "#/components/schemas/__timestampIso8601"
},
{
"xml": {
"name": "creationTime"
},
"description": "\n <p>The time when the cluster was created.</p>"
}
]
},
"CurrentVersion": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "currentVersion"
},
"description": "\n <p>The current version of the MSK cluster.</p>"
}
]
},
"State": {
"allOf": [
{
"$ref": "#/components/schemas/ClusterState"
},
{
"xml": {
"name": "state"
},
"description": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>"
}
]
},
"StateInfo": {
"allOf": [
{
"$ref": "#/components/schemas/StateInfo"
},
{
"xml": {
"name": "stateInfo"
},
"description": "\n <p>State Info for the Amazon MSK cluster.</p>"
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/__mapOf__string"
},
{
"xml": {
"name": "tags"
},
"description": "\n <p>Tags attached to the cluster.</p>"
}
]
},
"Provisioned": {
"allOf": [
{
"$ref": "#/components/schemas/Provisioned"
},
{
"xml": {
"name": "provisioned"
},
"description": "\n <p>Information about the provisioned cluster.</p>"
}
]
},
"Serverless": {
"allOf": [
{
"$ref": "#/components/schemas/Serverless"
},
{
"xml": {
"name": "serverless"
},
"description": "\n <p>Information about the serverless cluster.</p>"
}
]
}
}
}
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
curl "https://apis.io/api/v1/json-structures/msk-api-cluster-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.