remove_all_qr_replace_elements
This command deletes query replacement specifications from the system.
This API is available in Guardium V10.1.4 and later.
RestAPI syntax
This API is available as a REST service with theDELETE
method. Call this API as follows:
DELETE https://[Guardium hostname or IP address]:8443/restAPI/remove_all_qr_replace_elements
GuardAPI syntax
remove_all_qr_replace_elements parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
actionName | String | Required. A query rewrite action. |
definitionName | String | Required. |
replaceType | String | Specifies which replacement types are to be deleted. For valid values, call remove_all_qr_replace_elements from the command line with --help=true .
|
Examples
grdapi remove_all_qr_replace_elements definitionName="new case 2" actionName="new qr action2“