SoftLayer Network Security Scanner Request Status
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Network_Security_Scanner_Request_Status data type represents the current status of a vulnerability scan. The status messages are as follows:
- Scan Pending
- Scan Processing
- Scan Complete
- Scan Cancelled
- Generating Report.
The status of a vulnerability scan will change over the course of a scan's execution.
User Access
Users wishing to access the SoftLayer_Network_Security_Scanner_Request_Status type must have the Vulnerability Scanning permission assigned to their account.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
id
The identifier of a vulnerability scan's status.
- Type: integer
name
The status message of a vulnerability scan.
- Type: string
- Length: 50 characters

