Perform an SIQL Query
To perform an SIQL query search, complete the following steps.
In this example, we are running a SIQL query on the Device page. For a list of the pages in Security Manager that allow editable SIQL queries, see the Editable SIQL Queries topic.
The query bar is set to Basic by default, which allows you to build queries using filter bricks. You must click Advanced to manually enter SIQL queries in the query bar.
- Open the Security Manager application.
- On the toolbar, click Policy > Security Rules.
- In the filter bar, click Advanced.
- Each page has a basic query already entered by default, such as domain{id=1}.
-
Change the default query to the parameters you want. For example, to return rules with ANY in Destination with Action of Accept type: rule{disabled = false and destination.any = true and action='ACCEPT'}, and click Run
- The table now lists all the rules that match the query constraints.