poIPost RemoveAdvancedQuery
Removes the advanced query.
Syntax
client_handle RemoveAdvancedQuery id
Application
HyperView Tcl Modify
Description
This command removes the advanced query with a specified ID.
Inputs
- id
- Accepts a query ID which is an integer.
Example
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule mindist]
client GetQueryRuleHandle rule_handle $ruleID
set advQueryID [client AddAdvancedQuery]
client RemoveAdvancedQuery $ruleID
hwi CloseStack
Errors
This command returns HW_IDNotFound
, if the ID is not found.