SoftLayer Network Storage History

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The SoftLayer_Network_Storage_History contains the username/password past history for StorageLayer services except Evault. Information such as the username, passwords, notes and the date of the password change may be retrieved.

User Access

Users wishing to access the SoftLayer_Network_Storage_History type must have the Manage NAS 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

createDate

Date the password was changed.



notes

Past notes for the StorageLayer service.

  • Type: string
  • Length: 400 characters
  • Permission: Manage NAS



password

Password for the StorageLayer service that was used in the past.

  • Type: string
  • Length: 20 characters
  • Permission: Manage NAS



username

Username for the StorageLayer service.

  • Type: string
  • Length: 20 characters
  • Permission: Manage NAS


Relational Properties

account

The account that the StorageLayer services belongs to.
account can be queried by object mask.
account must be a unique value.

Personal tools