set_stap_debug
This command configures the level of detail written to the S-TAP® debug log.
This API is available in Guardium V9.5 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/stap_debug
GuardAPI syntax
set_stap_debug parameter=valueParameters
| Parameter | Value type | Description |
|---|---|---|
| stapDebugInterval | Integer | Required. |
| stapDebugLevel | Integer | Required. Level of debug log. Unix: Logs are stderr.txt, guard_stap.fam.txt located in the directory specified in tap_log_dir parameter (by default: /tmp/guard_stap). Valid values:
|
| stapDebugOn | Boolean | Required. Valid values:
|
| stapHost | String | Required. Draft comment: JILLGOLDBERG which?? |
| api_target_host | String |
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. |
Examples
grdapi set_stap_debug stapDebugInterval= stapDebugLevel=1 stapDebugOn=1 stapHost=9.12.56.158
what's this?