Retrieving Scanlogs

This REST service will retrieve scanlogs from the Log directory for a Scan.

HTTPS method

GET

Service format

/services/folderitems/<folderItemID>/scanlog

Query string parameters

None

Returns

An XML file that contains the scan log for the Scan.

Example:
<?xml version="1.0" encoding="utf-8"?>

<scan-log xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" log="<div id='innerDiv' class="no_border">
<span title="Service Code: CRWAD0310I"…………………….. Scan stopped; scan duration: 00:20:18.8010000</span><br/></div>" xmlns="http://www.ibm.com/Rational/AppScanEnterprise" />

Refer to documented schema for more details.