{ "$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
Zookeeper node information.
", "type": "object", "properties": { "AttachedENIId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "attachedENIId" }, "description": "\nThe attached elastic network interface of the broker.
" } ] }, "ClientVpcIpAddress": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clientVpcIpAddress" }, "description": "\nThe virtual private cloud (VPC) IP address of the client.
" } ] }, "Endpoints": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "endpoints" }, "description": "\nEndpoints for accessing the ZooKeeper.
" } ] }, "ZookeeperId": { "allOf": [ { "$ref": "#/components/schemas/__double" }, { "xml": { "name": "zookeeperId" }, "description": "\nThe role-specific ID for Zookeeper.
" } ] }, "ZookeeperVersion": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "zookeeperVersion" }, "description": "\nThe version of Zookeeper.
" } ] } } }