SoftLayer Network Security Scanner Request::getReport
From SoftLayer Development Network Wiki
getReport is a member of the SoftLayer_Network_Security_Scanner_Request service.
Contents |
Overview
Get the vulnerability report for a scan request, formatted as HTML string. Previous scan reports are held indefinitely.
User Access
Users wishing to execute getReport service must have the Vulnerability Scanning permission assigned to their account.
Return Type
getReport returns the string data type.
Headers
Required Headers
getReport requires the following headers:
Error Handling
getReport throws the following exceptions:
- SoftLayer_Exception_Network_Security_Scanner_Request_ReportNotFound
- Throws the error "The selected vulnerability report could not be found." when the report file could not be located.

