...
For this example we will use the of test.user
To display view a list of virtual machines that contain with administrator information, please enter the following command:
format:Code Block vss-cli --columns moref,name,folder.path,admin,inform compute vm ls -f admin=<EMAIL OR ID>
example:
Code Block vss-cli --columns moref,name,folder.path,admin,inform compute vm ls -f admin=test.user
output:
Code Block moref name folder.path admin inform --------- --------------- ----------------------------- ----------------------------------------------- ------------------------ vm-552331 2206Z-BLA-Dev TEST > 123 > Services > Dev Test User 1:815-948-1399:test.user@utoronto.ca test.user.2@utoronto.ca vm-829984 2107Y-TEST123 TEST > 123 > Services > DEV Test User 1:815-948-1399:test.user@utoronto.ca test.user.2@utoronto.ca vm-449021 2206X-XYZ-Dev2 TEST > 123 > Services > Dev Test User 1:815-948-1399:test.user@utoronto.ca test.user.2@utoronto.ca
To edit update the contact information of the admin you will need the id , provide the ID of the virtual machine . In this case we will update the virtual machine you wish to edit. (moref column) vm-55231
format:Code Block vss-cli compute vm set <Virtual_Machine_ID> admin "<COMPLETE_NAME>" <EMAIL> <PHONE_NUMER:XXX-XXX-XXXX>
example:
Code Block vss-cli compute vm set vm-55231 admin "Test User X" test.user.5@utoronto.ca 419-341-2341
output:
Code Block id : 41063 status : SUBMITTED task_id : dfefdd03-d5c4-4b73-8030-193315f8be38 message : Request has been accepted for processing
Verify the changed changes have been successfully applied to the virtual machine.
format:Code Block vss-cli compute vm get <Virtual_Machine_ID> admin
example:
Code Block vss-cli compute vm get vm-55231 admin
output:
Code Block name : Test User X email : test.user.5@utoronto.ca phone : 419-341-2341
To update the email addresses of other virtual machines, simply repeat the steps outlined above for each machine that requires an update. This will ensure that all virtual machines have up-to-date contact information and are receiving important updates from the ITS Private Cloud Portal.
...
Open a web browser and log into the VSS Cloud Portal
Select the virtual machine you would like wish to update by click in clicking on the edit icon.
Go Navigate to the ADMIN tab and proceed to update the email address in the Admin email text field.
Click UPDATE button.
Click CONFIRM button to update apply and save the changes.
To update the email addresses of other virtual machines, simply repeat the steps outlined above for each machine that requires an update. This will ensure that all virtual machines have up-to-date contact information and are receiving important updates from the ITS Private Cloud Portal.
...