NSX-T Data Center REST API
IntelligenceBrokerEndpointInfo (type) (Deprecated)
{
"deprecated": true,
"description": "This is deprecated. Please use CommonAgentEndpointInfo instead. An endpoint to connect to NSX-Intelligence broker. Either FQDN or IP address can be used in the endpoint info.",
"id": "IntelligenceBrokerEndpointInfo",
"module_id": "NsxIntelligenceHostConfiguration",
"properties": {
"address": {
"description": "The IP address or the full qualified domain name of broker.",
"format": "hostname-or-ip",
"required": true,
"title": "Broker address",
"type": "string"
},
"port": {
"description": "The port number where the broker is listening to.",
"maximum": 65535,
"minimum": 1,
"required": true,
"title": "Broker port number",
"type": "integer"
}
},
"title": "NSX-Intelligence broker endpoint",
"type": "object"
}