NSX-T Data Center REST API

PortStatus (type)

{
  "description": "It represents the condition of a service point.",
  "id": "PortStatus",
  "module_id": "InventoryContainerObj",
  "properties": {
    "port": {
      "description": "Specifies port of service point.",
      "maximum": 65535,
      "minimum": 0,
      "readonly": false,
      "required": false,
      "title": "Port of service point",
      "type": "integer"
    },
    "protocol": {
      "description": "Specifies protocol of service point. e.g. TCP, UDP, SCTP.",
      "enum": [
        "TCP",
        "UDP",
        "SCTP"
      ],
      "readonly": false,
      "required": false,
      "title": "Protocol of service point",
      "type": "string"
    }
  },
  "title": "Port status of a service point",
  "type": "object"
}