get_test_result_detail_string_setting
This command displays the tables into which the detailed test findings for a vulnerability assessment are written.
This API is available in Guardium V11.4 and later.
This API takes no parameters.
For backward compatibility, Vulnerability Assessment (VA) continues to store all detailed test results in one record in addition to creating a separate record for each detailed finding. The API command get_test_result_detail_string_setting displays the entities into which the detailed test findings are written.
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/detail_string_setting
GuardAPI syntax
get_test_result_detail_string_setting parameter=value
Example
Example 1:
grdapi get_test_result_detail_string_setting
ID=0
Test details are written to the TEST_RESULT_DETAIL and TEST_RESULT tables.
ok
Example 2:
grdapi get_test_result_detail_string_setting
ID=0
Test details are written only to the TEST_RESULT_DETAIL table.
ok