removeAccessToNetworkStorage


SoftLayer_Hardware_Server::removeAccessToNetworkStorage

Remove access to a SoftLayer_Network_Storage volume from this device.

Description

This method is used to remove access to s SoftLayer_Network_Storage volumes that supports host- or network-level access control.

Parameters

Name Type Description
networkStorageTemplateObject 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_Hardware_Server/{SoftLayer_Hardware_ServerID}/removeAccessToNetworkStorage'