HI,
I have windows desktop application which commands or automates VMware functionalities. I want to rename existing snapshot and update same with following flow, but i don't see any vmware API to rename existing snapshot. Can anyone provide me info on how to rename vmware snapshot?
> Click on ‘Register and initiate snapshot’
-> Initiate Guest VM Shutdown
->Rename Current Snapshot- SS1 to Temp-SS1
->Take New Snapshot with current snapshot name(i.e. SS1)
->delete previous renamed> snapshot(i.e. Temp-SS1).