getAvailableNetworkStorages


SoftLayer_Network_Subnet::getAvailableNetworkStorages

The network storage devices and replicas this subnet has NOT been granted access to. Only devices within the same datacenter as this subnet will be returned.

Description

Retrieves the combination of network storage devices and replicas this subnet has NOT been granted access to. Allows for filtering based on storage device type.

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_Network_Subnet/{SoftLayer_Network_SubnetID}/getAvailableNetworkStorages'