RecommendationServiceConfig
Recommendation Service Config
A single service config containing optional info like protocol/ports/ranges
JSON Example
{
"protocol": "string",
"ports": [
"string"
]
}
string
protocol
Optional
the network protocol in the service config
Enumeration:
TCP,
UDP,
ESP,
GRE,
SCTP
array of
string
ports
Optional
the ports in the service config the array element can be a single individual port, example single port "1000" or a port range, example port range "2000-3000"