update_external_stap_config
Use this API to modify External S-TAPs on a specified Guardium® host.
External S-TAPs are supported on UNIX or Linux machines only.
This API is available in Guardium v12.0 and later.
REST API syntax
This API is available as a REST service with the
PUT
method. Call this API as follows:
PUT https://[Guardium hostname or IP address]:8443/restAPI/external_stap_config
GuardAPI syntax
update_external_stap_config parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
stapHost | String | Required. One of the following:
For valid values, call update_external_stap_config
from the command line with |
updateValue | String | Required. Modifiable parameters in the guard_tap.ini configuration
file. For valid values of each parameter refer to the parameter descriptions in the Windows and UNIX-Linux S-TAP configuration.
TAP section:
DB section:
SQLGUARD section:
SQLC_n section (UNIX Oracle Unified
Auditing only):
|
api_target_host | String | Required when running on a central manager.
Specifies the target hosts where the API executes. Valid values:
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. |
GRDAPI examples
>grdapi update_external_stap_config stapHost=all-active updateValue=TAP.all_can_control:1
>grdapi update_external_stap_config stapHost=external_stap_uuid updateValue=TAP.all_can_control:1
>grdapi update_external_stap_config stapHost=all_active updateValue=TAP.all_can_control:1