query

Plugin

ArgDescriptionType
queryA VQL Query to parse and execute.Any (required)
envA dict of args to insert into the scope.ordereddict.Dict
cpu_limitAverage CPU usage in percent of a core.float64
iops_limitAverage IOPs to target.float64
timeoutCancel the query after this many secondsfloat64
progress_timeoutIf no progress is detected in this many seconds, we terminate the query and output debugging informationfloat64
org_idIf specified, the query will run in the specified org space (Use ‘root’ to refer to the root org)string
runasIf specified, the query will run as the specified userstring
inheritIf specified we inherit the scope instead of building a new one.bool

Required Permissions: IMPERSONATION

Description

Evaluate a VQL query.

This plugin is useful for evaluating a query in a different environment or context, or turning a string into a query.