NSX-T Data Center REST API

CommonAgentEndpointInfo (type)

{
  "description": "An endpoint to connect to Kafka/ingress of the NSX Application Platform. Either FQDN or IP address can be used in the endpoint info.",
  "id": "CommonAgentEndpointInfo",
  "module_id": "PolicyCloudNativeCommonAgent",
  "properties": {
    "address": {
      "description": "The IP address or the full qualified domain name of Kafka broker/ingress.",
      "format": "hostname-or-ip",
      "required": true,
      "title": "address",
      "type": "string"
    },
    "port": {
      "description": "The port number where the broker is listening to.",
      "maximum": 65535,
      "minimum": 1,
      "required": false,
      "title": "port number",
      "type": "integer"
    }
  },
  "title": "NSX Application Platform Kafka/ingress endpoints",
  "type": "object"
}