IntelligenceBrokerEndpointInfo (type)

{
  "description": "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": "ip-or-hostname", 
      "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"
}