"SoftLayer_" prefix removed for readability.
Change the password for a Storage/Virtual Server Storage account
Name | Type | Description |
---|---|---|
username | string | Username of the Storage/Virtual Server Storage account to apply the password change to |
currentPassword | string | The current password for the account |
newPassword | string | New Password for Storage/Virtual Server account |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/changePassword'