public class ReportManagement extends Base
| Modifier and Type | Field and Description |
|---|---|
static String |
GETCRAWLEDLINKS |
static String |
GETREPORTALLFILES |
static String |
GETREPORTZIP |
static String |
GETVULNERABILITIESSUMMARY |
static String |
IMPORTCHECKMARKREPORT |
static String |
IMPORTSTANDARDREPORT |
| Constructor and Description |
|---|
ReportManagement() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
getReportZip(String restUrl,
String authToken,
String scanId) |
static String |
getVulnerabilitiesSummaryXml(String restUrl,
String authToken,
String scanId) |
public static final String IMPORTSTANDARDREPORT
public static final String IMPORTCHECKMARKREPORT
public static final String GETREPORTALLFILES
public static final String GETVULNERABILITIESSUMMARY
public static final String GETCRAWLEDLINKS
public static final String GETREPORTZIP
public static String getVulnerabilitiesSummaryXml(String restUrl, String authToken, String scanId)
restUrl - authToken - scanId - public static InputStream getReportZip(String restUrl, String authToken, String scanId)
restUrl - Base API endpointauthToken - Authentication token used to authorize requestscanId - unique identifier of the scan to get the report zip forCopyright © 2016–2020. All rights reserved.