poIPost RemoveQueryRule
Removes query rule from the advanced query.
Syntax
client_handle RemoveQueryRule id
Application
HyperView Tcl Modify
Description
This command removes query rule from the advanced query.
Inputs
- id
- Accepts a rule ID.
Example
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule mindist]
client GetQueryRuleHandle rule_handle $ruleID
client RemoveQueryRule $ruleID
hwi CloseStack
Errors
This command returns HW_InvalidHandle
, if the core object associated with
the post handle does not exist anymore.