allowAccessToNetworkStorageList


SoftLayer_Hardware_SecurityModule750::allowAccessToNetworkStorageList

Allow access to multiple SoftLayer_Network_Storage volumes from this device.

Description

This method is used to allow access to multiple SoftLayer_Network_Storage volumes that support host- or network-level access control.

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_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/allowAccessToNetworkStorageList'