Retrieving Scanlogs

此 REST 服务将从日志目录中检索扫描日志以进行扫描。

HTTPS 方法

GET

服务格式

/services/folderitems/<folderItemID>/scanlog

查询字符串参数

返回值

包含扫描的扫描日志的 XML 文件。

示例:
<?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" />

请参阅文档记录的模式以获取更多详细信息。