PortStatus
PortStatus
It represents the condition of a service point.
JSON Example
{
"port": 0,
"protocol": "string"
}
integer As int64
As int64
port
Optional
Constraints:
minimum: 0
maximum: 65535
Specifies port of service point.
string
protocol
Optional
Specifies protocol of service point. e.g. TCP, UDP, SCTP.
Possible values are :
TCP,
UDP,
SCTP,