VizComputeFlowTopologyFilter
Visualization Compute Flow Topology Filter
Discriminated filter union for compute flow topology 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
VizComputeFlowTopologyEqualFilterforEQUALandVizComputeFlowTopologyContainsFilterforCONTAINS.
JSON Example
{
"filter_type": "string"
}