{ "$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-broker-node-info-schema.json", "title": "BrokerNodeInfo", "description": "\n
BrokerNodeInfo
", "type": "object", "properties": { "AttachedENIId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "attachedENIId" }, "description": "\nThe attached elastic network interface of the broker.
" } ] }, "BrokerId": { "allOf": [ { "$ref": "#/components/schemas/__double" }, { "xml": { "name": "brokerId" }, "description": "\nThe ID of the broker.
" } ] }, "ClientSubnet": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clientSubnet" }, "description": "\nThe client subnet to which this broker node belongs.
" } ] }, "ClientVpcIpAddress": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clientVpcIpAddress" }, "description": "\nThe virtual private cloud (VPC) of the client.
" } ] }, "CurrentBrokerSoftwareInfo": { "allOf": [ { "$ref": "#/components/schemas/BrokerSoftwareInfo" }, { "xml": { "name": "currentBrokerSoftwareInfo" }, "description": "\nInformation about the version of software currently deployed on the Apache Kafka brokers in the cluster.
" } ] }, "Endpoints": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "endpoints" }, "description": "\nEndpoints for accessing the broker.
" } ] } } }