SoftLayer Software Component Password History

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

This object allows you to find the history of password changes for a specific SoftLayer_Software Component

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

The date this username/password pair was created.



notes

A note string stored for this username/password pair.

  • Type: string
  • Length: 400 characters



password

The password part of this specific password history instance.

  • Type: string
  • Length: 200 characters



softwareComponentId

The id number for the Software Component this username/password pair is for.

  • Type: integer
  • Length: 10 digits



username

The username part of this specific password history instance.

  • Type: string
  • Length: 30 characters


Relational Properties

softwareComponent

An installed and licensed instance of a piece of software
softwareComponent can be queried by object mask.
softwareComponent must be a unique value.

See Also

Personal tools