3.14 RunVQLQueryByProvider

POST method to run a VQL query against a specific provider namespace.

3.14.1 Request Parameters

Include the following parameters in the request URL as needed.

Parameter

Description

  • sessionID
  • userName
  • password
  • hostName
  • portNumber

All web service calls require BSL authentication and may optionally identify a Workflow Automation Server. For more information about authentication and identification, see Authentication and Identification.

3.14.2 Request Data

Include the following elements in the POST request data as needed.

Element

Description

QueryString

REQUIRED. VOS query language string.

RetrieveSchema

OPTIONAL. If true, return the schema as part of the query result. If not specified, the default is true.

Provider

REQUIRED. Workflow Automation provider name.

HINT:You can get a list of all the active providers for a Workflow Automation Server using the GetManagementServices method.

3.14.3 Response Data

The POST response data contains the following elements.

Element

Description

ResultList

IQConnect table-like structure containing the VOS query results.

Schema

List of attribute names and values that define the VOS query table column names and types.