NSX-T Data Center REST API

NodePortLocalEndpoint (type)

{
  "description": "Specifies details of endpoints, when container application is NodePortLocal",
  "id": "NodePortLocalEndpoint",
  "module_id": "InventoryContainerObj",
  "properties": {
    "node_ip": {
      "description": "Specifies IP address of node.",
      "format": "ip",
      "readonly": false,
      "required": false,
      "title": "IP address of node",
      "type": "string"
    },
    "node_port": {
      "description": "Specifies the port on the node that can be used to access the service.",
      "maximum": 65535,
      "minimum": 0,
      "readonly": false,
      "required": false,
      "title": "Port on the node",
      "type": "integer"
    },
    "protocol": {
      "description": "Specifies protocol of endpoint. e.g. TCP, UDP.",
      "enum": [
        "TCP",
        "UDP",
        "SCTP"
      ],
      "title": "Protocol of endpoint",
      "type": "string"
    }
  },
  "title": "Details of NodePortLocal endpoint",
  "type": "object"
}