getAttachedNetworkStorages


SoftLayer_Hardware_Server::getAttachedNetworkStorages

Return a list of SoftLayer_Network_Storage volumes authorized to this device.

Description

This method is retrieve a list of SoftLayer_Network_Storage volumes that are authorized access to this SoftLayer_Hardware.

Parameters

Name Type Description
nasType string either ‘ISCSI’, ‘NAS’, or ‘*’ for both

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getAttachedNetworkStorages'