I can't find any method about tag a block storage in following link:
https://sldn.softlayer.com/reference/services/SoftLayer_Network_Storage_Iscsi
Also I checked the command of tag:
https://sldn.softlayer.com/reference/services/SoftLayer_Tag
This command seems like what I want, but I still met some problems:
For the parameter tagTypes, the supported types I get are:
{'keyName': 'HARDWARE', 'description': 'Hardware'}, {'keyName': 'GUEST', 'description': 'CCI'}, {'keyName': 'ACCOUNT_DOCUMENT', 'description': 'Account Document'}, {'keyName': 'TICKET', 'description': 'Ticket'}, {'keyName': 'NETWORK_VLAN_FIREWALL', 'description': 'Vlan Firewall'}, {'keyName': 'CONTRACT', 'description': 'Contract'}, {'keyName': 'IMAGE_TEMPLATE', 'description': 'Image Template'}, {'keyName': 'APPLICATION_DELIVERY_CONTROLLER', 'description': 'Application Delivery Controller'}, {'keyName': 'NETWORK_VLAN', 'description': 'Vlan'}
Not sure which one is proper for block storage.
- I tried with tagType "HARDWARE" and tired to set the tag to block storage, the response shows "You do not have permissions to tag this object"
Anyone can help to give some advice, thanks in advance.