Amazon MSK · JSON Structure

Msk Api Zookeeper Node Info Structure

Zookeeper node information.

Type: object Properties: 5
BroadcastingMedia ProcessingMedia

ZookeeperNodeInfo is a JSON Structure definition published by Amazon MSK, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AttachedENIId ClientVpcIpAddress Endpoints ZookeeperId ZookeeperVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-zookeeper-node-info-structure.json",
  "name": "ZookeeperNodeInfo",
  "type": "object",
  "description": "\n            <p>Zookeeper node information.</p>",
  "properties": {
    "AttachedENIId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "attachedENIId"
          },
          "description": "\n            <p>The attached elastic network interface of the broker.</p>"
        }
      ]
    },
    "ClientVpcIpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "clientVpcIpAddress"
          },
          "description": "\n            <p>The virtual private cloud (VPC) IP address of the client.</p>"
        }
      ]
    },
    "Endpoints": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "endpoints"
          },
          "description": "\n            <p>Endpoints for accessing the ZooKeeper.</p>"
        }
      ]
    },
    "ZookeeperId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__double"
        },
        {
          "xml": {
            "name": "zookeeperId"
          },
          "description": "\n            <p>The role-specific ID for Zookeeper.</p>"
        }
      ]
    },
    "ZookeeperVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "zookeeperVersion"
          },
          "description": "\n            <p>The version of Zookeeper.</p>"
        }
      ]
    }
  }
}