poIPost GetQueryRuleTypeList

Gets a list of all query rule types from the client.

Syntax

client_handle GetQueryRuleTypeList

Application

HyperView Tcl Query

Description

This command is used to get a list of all query rule types from the client.

Example

To get a list of all query rule types:
hwi OpenStack
hwi GetActiveClientHandle client
client GetQueryRuleTypeList
hwi CloseStack

Errors

This command returns HW_InvalidHandle, if the core object associated with the post handle does not exist anymore.