removeAccessToNetworkStorageList


SoftLayer_Network_Subnet::removeAccessToNetworkStorageList

Removes access to multiple devices and replicas this subnet has been granted access to.

Description


Parameters

Name Type Description
networkStorageTemplateObjects SoftLayer_Network_Storage[] List of storage devices with “id” value populated.

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