getReport


SoftLayer_Network_Security_Scanner_Request::getReport

Get the vulnerability report for a scan request.

Description

Get the vulnerability report for a scan request, formatted as HTML string. Previous scan reports are held indefinitely.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • string

Error Handling

  • Throws the error “The selected vulnerability report could not be found.” when the report file could not be located.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Security_Scanner_Request/{SoftLayer_Network_Security_Scanner_RequestID}/getReport'