unassign_qr_condition_from_action
This command removes the specified query condition from the specified action.
This API is available in Guardium V10.1.4 and later.
REST API syntax
This API is available as a REST service with the
DELETE
method. Call this API as follows:
DELETE https://[Guardium hostname or IP address]:8443/restAPI/qr_condition_to_action
GuardAPI syntax
unassign_qr_condition_from_action parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
actionName | String | Required. The unique name of the query rewrite action. |
conditionName | String | Required. The condition that is getting removed from the action. |
definitionName | String | Required. The query rewrite definition that is associated with this action. |
Examples
grdapi unassign_qr_condition_to_action definitionName="case 15" actionName="qr action15_2" conditionName="qr cond15_2"