InfraServicePortProtocol

InfraServicePortProtocol
Infrastructure Service Port Protocol

Port and protocol information for an infrastructure service

JSON Example
{
    "name": "string",
    "protocol": "string",
    "port": "string"
}
string
name
Read-Only  

Network protocol (e.g., DNS, HTTP)

string
protocol
Required   Read-Only  

Network protocol (e.g., TCP, UDP)

string As ^(-1|\d+(-\d+)?)$
port
Required   Read-Only  

Port number or port range (e.g., "53", "8000-8999"). Use "-1" for protocol-only services such as ICMP.