NSX-T Data Center REST API
TransportInfo (type)
{
"id": "TransportInfo",
"module_id": "LiveTrace",
"properties": {
"dst_port": {
"maximum": 65535,
"minimum": 0,
"required": false,
"title": "Destination port",
"type": "integer"
},
"protocol": {
"enum": [
"TCP",
"UDP",
"ICMPv4",
"ICMPv6"
],
"required": false,
"title": "Protocol type over IP layer",
"type": "string"
},
"src_port": {
"maximum": 65535,
"minimum": 0,
"required": false,
"title": "Source port",
"type": "integer"
}
},
"type": "object"
}