removeAllowedHost


SoftLayer_Network_Storage_Group_Iscsi::removeAllowedHost

Remove a SoftLayer_Network_Storage_Allowed_Host object from this group

Description

Use this method to remove a SoftLayer_Network_Storage_Allowed_Host object from this group. This will automatically disable access from this host to any SoftLayer_Network_Storage volumes currently attached to this group.

Parameters

Name Type Description
allowedHost SoftLayer_Network_Storage_Allowed_Host

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Storage_Allowed_Host]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Group_Iscsi/{SoftLayer_Network_Storage_Group_IscsiID}/removeAllowedHost'