SoftLayer Account Password
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Account_Password service. For information on the SoftLayer_Account_Password data type please see SoftLayer_Account_Password (type).
Contents |
Overview
As a SoftLayer customer accumulates services they may accumulate usernames and passwords to those services. The SoftLayer_Account_Password data type stores a username and password combination for these services that are tied their customer account. This shouldn't be confused with username and password combinations for server-specific services.
For instance, an account's EVault WebCC information is kept in a SoftLayer_Account_Password record, but a server's root or control panel password isn't. Server software specific usernames and passwords are handled by the SoftLayer_Hardware_Software_Password data type.
Endpoints
| SOAP WSDL | http://api.service.softlayer.com/soap/v3/SoftLayer_Account_Password?wsdl |
| XML-RPC | http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Account_Password |
Methods
editObject
Edit the password and/or notes for an account password.
- returns
- boolean
- parameters
- SoftLayer_Account_Password templateObject
getObject
Retrieve a SoftLayer_Account_Password record.
- returns
- SoftLayer_Account_Password
- parameters
- None
getType
Retrieve the service that an account/password combination is tied to.
- returns
- parameters
- None

