VizComputeFlowFilter
Visualization Compute Flow Filter
Discriminated filter union for compute flow queries. The concrete subtype is determined by filter_type.
Notes:
filter_typeis required. Accepted values:EQUAL(exact, case-sensitive match) andCONTAINS(substring, case-insensitive match).- Use
VizComputeFlowEqualFilterforEQUALandVizComputeFlowContainsFilterforCONTAINS.
JSON Example
{
"filter_type": "string"
}