removeAccessToNetworkStorageList


SoftLayer_Network_Subnet_IpAddress::removeAccessToNetworkStorageList

Remove access to multiple SoftLayer_Network_Storage volumes from this device.

Description

This method is used to remove access to multiple SoftLayer_Network_Storage volumes

Parameters

Name Type Description
networkStorageTemplateObjects SoftLayer_Network_Storage[]

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_Subnet_IpAddress/{SoftLayer_Network_Subnet_IpAddressID}/removeAccessToNetworkStorageList'