update_qr_action
This command updates an existing query rewrite action with a new name and optional description.
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/qr_action
GuardAPI syntax
update_qr_action parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
actionName | String | Required. The unique name of the query rewrite action. |
definitionName | String | Required. The query rewrite definition that is associated with this action. |
description | String | Textual description of the action. |
newName | String | The new name for this action. |
Examples
To rename qr action2 to new qr action2:
grdapi update_qr_action definitionName="case 2" actionName="qr action2" newName="new qr action2"