Properties
| Name | Type | Description |
|---|---|---|
| AttachedENIId | object | |
| ClientVpcIpAddress | object | |
| Endpoints | object | |
| ZookeeperId | object | |
| ZookeeperVersion | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-zookeeper-node-info-schema.json",
"title": "ZookeeperNodeInfo",
"description": "\n <p>Zookeeper node information.</p>",
"type": "object",
"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>"
}
]
}
}
}