"SoftLayer_" prefix removed for readability.
This method will change the password of a credential created using the ‘addNewCredential’ method.
Name | Type | Description |
---|---|---|
username | string | A username assigned to the current volume |
newPassword | string | The new password you would like the username to have. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Iscsi/{SoftLayer_Network_Storage_IscsiID}/editCredential'