disable_test_result_detail_string_setting
Use this API command to disable writing detailed test results of a vulnerability assessment into the Test Result entity.
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 disable_test_result_detail_string_setting disables the writing all detailed test findings into one record.
Important: After you run this API command, you cannot re-enable writing all detailed
test results into the Test Result entity. However, VA continues to create a
separate record for each detailed finding. When the test results are exported to an external
location, you can normalize each detailed finding into a record of its own.
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/detail_string_setting
GuardAPI syntax
disable_test_result_detail_string_setting
Example
grdapi disable_test_result_detail_string_setting
ID=0
Test details are written only to the TEST_RESULT_DETAIL table.
ok