list_qr_replace_element_byId

This command outputs replacements for a specified query rewrite 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 GET method. Call this API as follows:
GET https://[Guardium hostname or IP address]:8443/restAPI/list_qr_replace_element_byId

GuardAPI syntax

list_qr_replace_element_byId parameter=value

Parameters

Parameter Value type Description
detail Boolean Valid values:
  • 0 (false)
  • 1 (true)

Default = 1

qrActionId Long Required. The unique identifier for the query rewrite action.
replaceType String Valid values:
  • SELECT
  • VERB
  • OBJECT
  • SENTENCE
  • SELECTLIST

Examples

grdapi list_qr_replace_element_byId detail=true qrActionId="22222" replaceType="OBJECT"