Skip to main content
Version: v41

dst

Destination IP network range

selector objectrequired

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]

nat object

NAT destination parameters

addrstringrequired

destination address

portinteger

port number

Possible values: >= 0 and <= 65535

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