how to change the volume id - Set Volume Identifiers #211
Replies: 4 comments
-
|
John the volume identifier can be set when adding the volumes to the storage group or using rename_volume() in provisioning modules. |
Beta Was this translation helpful? Give feedback.
-
|
can you help me how to start |
Beta Was this translation helpful? Give feedback.
-
|
The function I mentioned is using this underling API call Below is a sample script of it being used, I've used it to get and set the volume identifer multiple times on my volume to reset to original state. import PyU4V print(conn.provisioning.get_volume(device_id="00195")['volume_identifier']) output from running file |
Beta Was this translation helpful? Give feedback.
-
|
Hi awstorage I add the rename "Link" for example if This script with JS if some one nedded run on VRO |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
HI

need help to change the volume id "set Volume Identifiers"
I start with this
https://1.1.1.1:8443/univmax/rest/v1/systems/{id}/volumes?select=id,identifier
but I dont know how to change this value
how I write the script
thank you
Beta Was this translation helpful? Give feedback.
All reactions