I want to rever an snapshot of a VM in an vSphere 4 host. With the vim-cmd vmsvc/snapshot.get i take the snapshot tree as:
-ROOT (Snap1)
-- CHILD (Snap2)
-ROOT (Snap3)
-- CHILD (Snap4)
-- CHILD (Snap5)
-
CHILD (Snap6)
-
CHILD (Snap7)
-- CHILD (Snap8)
When I use the vmsvc/snapshot.revert, it asks me about VMID snapshotlevel and snapshotindex. I want to revert the Snap8, and I can't do it. I have tryed many possibilities (0 1, 1 1, 0 7...) but no one of them has work.
How does the snapshotlevel works? And snapshotindex?
Thanks a lot.