removeAccessToReplicantFromHardwareList


SoftLayer_Network_Storage::removeAccessToReplicantFromHardwareList

Remove access to this volume’s replica from multiple SoftLayer_Hardware objects.

Description

This method is used to modify the access control list for this Storage volume’s replica. The SoftLayer_Hardware objects which have been allowed access to this storage volume’s replica will be listed in the allowedReplicationHardware property of this storage volume.

Parameters

Name Type Description
hardwareObjectTemplates SoftLayer_Hardware[]

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Hardware]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/removeAccessToReplicantFromHardwareList'