EdgeVirtualServicePortMatch

EdgeVirtualServicePortMatch
EdgeVirtualServicePortMatch

Defines a port match criterion.

JSON Example
{
    "matchCriteria": "string",
    "ports": [
        0
    ]
}
string As ^(?!\s+$).+
matchCriteria
Required

Criterion to use for port matching the HTTP request. Options - IS_IN, IS_NOT_IN.

array of integer
ports
Required

Listening TCP ports. Allowed values are 1-65535.