update_qr_add_where_by_id
This command updates an existing add where
function with new text.
This API is available in Guardium V10.1.4 and later.
REST API syntax
This API is available as a REST service with thePUT
method. Call this API as follows:
PUT https://[Guardium hostname or IP address]:8443/restAPI/update_qr_add_where_by_id
GuardAPI syntax
update_qr_add_where_by_id parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
addQualifierFlag | Boolean | Valid values:
Default = 1 (true) |
qrAddWhereId | Long | Required. The unique identifier for the query rewrite add wherefunction. |
whereText | String | The replacement text for the specified where clause. |
Examples
grdapi update_qr_add_where_by_id qrAddWhereId=22222 whereText="1=2"