SoftLayer Network Security Scanner Request (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Network_Security_Scanner_Request data type. For information on the SoftLayer_Network_Security_Scanner_Request service please see SoftLayer_Network_Security_Scanner_Request.

Contents

Overview

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.

User Access

Users wishing to access the SoftLayer_Network_Security_Scanner_Request 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

accountId

A request's associated customer account identifier.

  • Type: integer
  • Length: 10 digits



createDate

The date and time that the request is created.



hardwareId

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

  • Type: integer
  • Length: 10 digits



id

A security scan request's internal identifier.

  • Type: integer



modifyDate

The date and time that the request was last modified.



statusId

A request status identifier.

  • Type: integer
  • Length: 10 digits


Relational Properties

account

The account associated with a security scan request.
account can be queried by object mask.
account must be a unique value.



hardware

The hardware item a security scan is run on.
hardware can be queried by object mask.
hardware must be a unique value.



status

A security scan request's status.
status can be queried by object mask.
status must be a unique value.

Associated Methods

See Also

Personal tools