setMountable


SoftLayer_Network_Storage_Iscsi::setMountable

Enable or disable mounting of a Storage volume.

Description

Enable or disable the mounting of a Storage volume. When mounting is enabled the Storage volume will be mountable or available for use.

For Virtual Server volumes, disabling mounting will deny access to the Virtual Server Account, remove published material and deny all file interaction including uploads and downloads.

Enabling or disabling mounting for Storage volumes is not possible if mounting has been disabled by SoftLayer or a parent account.


Parameters

Name Type Description
mountable boolean Whether or not the volume should be mountable.

Required Headers

Optional Headers

  • None

Return Values

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