RecommendationServiceFilter
Recommendation Service Filter
Port filter specifying filter type and a list of port filters
JSON Example
{
"filter_type": "string",
"services": [
{
"protocol": "string",
"ports": [
"string"
]
}
]
}
string
filter_type
Required
The type of filter operation to apply. INCLUDE means only flows matching the specified services will be considered. EXCLUDE means flows matching the specified services will be excluded from analysis. Only one filter type can be used at a time.
Enumeration:
INCLUDE,
EXCLUDE
array of
RecommendationServiceConfig
services
Optional
An array of ServiceConfig entries that need to be included or excluded based on the filter_type. Each service can be specified as a protocol:port combination, protocol only, or port/port range only.