On This Page
Search Fields for Conflicts
Fields
All field names are case sensitive.
Field Name | Description | Values / Format |
---|---|---|
flow.analysis.name |
Flow property in the Rule Analysis column. |
String |
flow.current.name |
Flow property in the Current USP Cell column. |
String |
from_zone |
Source zone for the cell. |
String |
restriction_type.analysis.name |
Restriction type property in the Rule Analysis column. |
String |
restriction_type.current.name |
Restriction type property in the Current USP Cell column. |
String |
to_zone |
Destination zone for the cell. |
String |
Query Examples
-
Find all cells that have p_Sales as the source zone and London as the destination zone.
from_zone='p_Sales' AND to_zone='London'
-
Find all cells that have allow only in the restriction type field in the Rule Analysis column.
restriction_type.analysis.name='allow only'
-
Find all cells that have Host to Host defined in the Rule Analysis column or None defined in the Current USP Cell column.
flow.analysis.name='Host to Host' OR flow.current.name='None'