verify_stap_inspection_engine_with_sequence

Use this command to perform verification of the specified S-TAP® inspection engine..

This GuardAPI is available in Guardium V9.5 and later.

The REST API is available in V11.1 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/verify_stap_inspection_engine_with_sequence

GuardAPI syntax

verify_stap_inspection_engine_with_sequence parameter=value

Parameters

Parameter Value type Description
addToSchedule String Whether or not to add this inspection engine to the scheduled verification. Valid values:
  • Yes
  • No
datasourceName String If this parameter is specified, advanced verification is performed against the specified datasource. If this parameter is omitted, standard verification is performed.
protocol String Required. The database protocol.
sequence Integer The sequence number of the inspection engine to be removed within the set of inspection engines of the specified type. Use the grdapi list_inspection_engines command with the type option first to verify the sequence number.
stapHost String Required. The host name or IP address of the database server on which the S-TAP is installed.
api_target_host String

Specifies the target hosts where the API executes. Valid values:
  • all_managed: execute on all managed units but not the central manager
  • all: execute on all managed units and the central manager
  • group:<group name>: execute on all managed units identified by <group name>
  • host name or IP address of a managed unit: specified from the central manager to execute on a managed unit.  For example, api_target_host=10.0.1.123.
  • host name or IP address of the central manager: specified from a managed unit to execute on the central manager. For example, api_target_host=10.0.1.123.

IP addresses must conform to the IP mode of your network. For dual IP mode, use the same IP protocol with which the managed unit is registered with the central manager. For example, if the registration uses IPv6, specify an IPv6 address. The hostname is independent of IP mode and can be used with any mode.

Examples

To initiate standard verification of the S-TAP with the sequence number of 4, on an MYSQL database, with the IP address 12.12.12.12:

grdapi verify_stap_inspection_engine_with_sequence stapHost=12.12.12.12 protocol=mysql sequence=4