"SoftLayer_" prefix removed for readability.
The method updates the Gateway password for the provided username. It does not perform any synchronization with the Gateway to update the credentials. The method only updates the IMS db with the username / password record for the Gateway.
The ‘username’ and ‘password’ in the record template are required. ‘username’ must not be blank and must exist in the Gateway password records ‘password’ must not be blank
Returns true if password change is successful, false if not successful
Name | Type | Description |
---|---|---|
record | SoftLayer_Network_Gateway_Member_Passwords |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Gateway_Member_Passwords]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Gateway/{SoftLayer_Network_GatewayID}/updateGatewayUserPassword'