editObject


SoftLayer_Network_Storage::editObject

Edit the password and/or notes for the Storage service

Description

The password and/or notes may be modified for the Storage service except evault passwords and notes.

Parameters

Name Type Description
templateObject SoftLayer_Network_Storage A skeleton SoftLayer_Network_Storage object with only the properties defined that you wish to change. Unchanged properties are left alone.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Storage]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/editObject'