Skip to main content
Version: v41

selector

Selector specifies a single network target destination

ip objectrequired

IP address range from start(inclusive) to end(inclusive)

startstringrequired

Singe IPv4/IPv6 address

endstringrequired

Single IPv4/IPv6 address

port object

port specifies port range from start(inclusive) to end(inclusive)

startintegerrequired

start port number range from 1-65535

Possible values: >= 1 and <= 65535

endintegerrequired

end port number range from 1-65535

Possible values: >= 1 and <= 65535

protostring

allowed IP protocol, including no protocol

Possible values: [``, udp, tcp]

selector
{
"ip": {
"start": "string",
"end": "string"
},
"port": {
"start": 0,
"end": 0
},
"proto": ""
}