SoftLayer_Network_Security_Scanner_Request


SoftLayer_Network_Security_Scanner_Request

Description

The SoftLayer_Network_Security_Scanner_Request data type represents a single vulnerability scan request. It provides information on when the scan was created, last updated, and the current status. The status messages are as follows: *Scan Pending *Scan Processing *Scan Complete *Scan Cancelled *Generating Report.

Local


accountId

A request’s associated customer account identifier.
Type: int


createDate

The date and time that the request is created.
Type: dateTime


guestId

Virtual Guest Identification Number for the guest this security scanner request belongs to.
Type: int


hardwareId

The identifier of the hardware item a scan is run on.
Type: int


hostId

Identification Number for the host this security scanner request belongs to.
Type: int


id

A security scan request’s internal identifier.
Type: int


ipAddress

The IP address that a scan will be performed on.
Type: string


modifyDate

The date and time that the request was last modified.
Type: dateTime


statusId

A request status identifier.
Type: int

Relational


account

The account associated with a security scan request.
Type: SoftLayer_Account


guest

The virtual guest a security scan is run against.
Type: SoftLayer_Virtual_Guest


hardware

The hardware a security scan is run against.
Type: SoftLayer_Hardware


requestorOwnedFlag

Flag whether the requestor owns the hardware the scan was run on. This flag will return for hardware servers only, virtual servers will result in a null return even if you have a request out for them.
Type: boolean


status

A security scan request’s status.
Type: SoftLayer_Network_Security_Scanner_Request_Status

Count