display_external_stap_config

This API displays the values of specified External S-TAP® parameters. You can also display all modifiable External S-TAP parameters.

Use update_external_stap_config to change the value of External S-TAP parameters. 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 GET method. Call this API as follows:
GET https://[Guardium hostname or IP address]:8443/restAPI/display_external_stap_config

GuardAPI syntax

display_external_stap_config parameter=value

Parameters

Parameter Value type Description
filterConfigByParams String Use this parameter to specify the specific parameters you want to output. Comma separated string of one or more of these valid values:
  • all
TAP section:
  • add_to_verification_schedule
  • all_can_control
  • alternate_ips
  • appserver_installed
  • appserver_login_pattern
  • appserver_ports
  • appserver_session_pattern
  • appserver_session_postfix
  • appserver_session_prefix
  • appserver_username_postfix
  • appserver_username_prefix
  • appserver_usersess_pattern
  • appserver_usersess_postfix
  • appserver_usersess_prefix
  • bad_alloc_counter_max
  • buf_msg_time_interval
  • buffer_file_size
  • buffer_mmap_file
  • checksum
  • checksum_configuration
  • compression_level
  • connection_timeout_sec
  • db_exit_list
  • db_ignore_response
  • db_ignore_response_bypass_bytes
  • db_ignore_response_filter
  • db_ignore_response_resets_per_request
  • db_request_handler_enable
  • enable_dynamic_ring_buffers
  • extra_info
  • failover_tls
  • firewall_default_state
  • firewall_fail_close
  • firewall_force_unwatch
  • firewall_force_watch
  • firewall_installed
  • firewall_timeout
  • force_server_ip
  • guardium_ca_path
  • guardium_crl_path
  • kerberos_plugin_dir
  • load_balancer_ip
  • load_balancer_load_affinity
  • max_server_write_size
  • min_bytes_to_compress
  • modification_count
  • modification_host
  • modification_microsec
  • msg_aggregate_timeout
  • msg_count_watermark
  • participate_in_load_balancing
  • private_tap_ip
  • qrw_default_state (
  • qrw_force_unwatch
  • qrw_force_watch
  • qrw_installed
  • remote_messages
  • sqlguard_cert_cn
  • stap_statistic
  • stap_statistic_version
  • syslog_messages
  • tap_buf_dir
  • tap_debug_output_level
  • tap_failover_session_quiesce
  • tap_failover_session_size
  • tap_identifier
  • tap_ip
  • tap_log_dir
  • upload_feature
stapHost String Required. Can be one of:
  • The UUID of the External S-TAP.
  • all_active: All External S-TAPs that are configured to report to this Guardium system.

For valid values, call display_external_stap_config from the command line with --help=true.

api_target_host String Required when running on a central manager.

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.

GRDAPI examples

>grdapi display_external_stap_config --help=true
>grdapi display_stap_config stapHost=all_active filterConfigByParams=db_user