create_qr_action

This command creates a query rewrite action for a specified query rewrite definition.

This API is available in Guardium V10.1.4 and later.

REST API syntax

This API is available as a REST service with the POST method. Call this API as follows:
POST https://[Guardium hostname or IP address]:8443/restAPI/qr_action

GuardAPI syntax

create_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 Text description of the action.

Examples

To create a query rewrite action "qr action15_3" associated with the definition "case 15":

grdapi create_qr_action definitionName="case 15" actionName="qr action15_3"