Run traffic simulation queries

The query method performs a batch traffic simulation query on groups.

Tip: This request may take a long time to run. You may want to raise the value of the timeout configuration in your SOAPUI client.

Required permissions

To perform this request, you must have access to all the firewalls that are relevant for your query results path. Queries will fail if the query goes through a non-permitted device.

Users with permissions to view an entire group can run queries on the group. If you do not have permission to view a group of devices, or the ALL_FIREWALLS group, we recommend that you perform single-device queries on the devices you have permissions to view.

Request Type: QueryRequest

Element

Type

Description

SessionIDMandatory

String

Session ID obtained from the connect method.

QueryInputMandatory

List of QueryRequestData objects

Describes one or more queries to perform.

For details, see QueryRequestData type .

QueryTargetOptional

String

Name of a device or a group the query should run on.

If empty, the query will run on the entire network and all permitted devices for the user.

Response Type: QueryResponse

Element

Type

Description

QueryResult

List of QueryData objects

Contains a QueryResult for each query. The QueryResult contains all query results and details.

For details, see QueryData type .