createObject


SoftLayer_Network_Security_Scanner_Request::createObject

Create a new vulnerability scan request.

Description

Create a new vulnerability scan request. New scan requests are picked up every five minutes, and the time to complete an actual scan may vary. Once the scan is finished, it can take up to another five minutes for the report to be generated and accessible.

Parameters

Name Type Description
templateObject SoftLayer_Network_Security_Scanner_Request The SoftLayer_Network_Security_Scanner_Request object that you wish to create.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Security_Scanner_Request]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Security_Scanner_Request/createObject'