{ "$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": "\n

The attached elastic network interface of the broker.

" } ] }, "ClientVpcIpAddress": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clientVpcIpAddress" }, "description": "\n

The virtual private cloud (VPC) IP address of the client.

" } ] }, "Endpoints": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "endpoints" }, "description": "\n

Endpoints for accessing the ZooKeeper.

" } ] }, "ZookeeperId": { "allOf": [ { "$ref": "#/components/schemas/__double" }, { "xml": { "name": "zookeeperId" }, "description": "\n

The role-specific ID for Zookeeper.

" } ] }, "ZookeeperVersion": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "zookeeperVersion" }, "description": "\n

The version of Zookeeper.

" } ] } } }