PortMatchGeneric

PortMatchGeneric
PortMatchGeneric
JSON Example
{
    "match_criteria": "string",
    "ports": [
        0
    ],
    "ranges": [
        {
            "end": 0,
            "start": 0
        }
    ]
}
string
match_criteria
Required

Criterion to use for src/dest port in a TCP/UDP packet. Enum options - IS_IN, IS_NOT_IN. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

array of integer
ports
Optional

Listening TCP port(s). Allowed values are 1-65535. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

array of PortRange
ranges
Optional

A port range defined by a start and end, including both. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.