Retrieve snapshot information from a vCAC:VirtualMachine

• Craig

I’d always wondered if you could retrieve snapshot information from a vCACVirtualMachine object. As it wasn’t immediately obvious from the API explorer I put the idea to bed and got on with other things. However, it turns out you can get this information but you need to get the VMEntity then look at the VMSnapshots link.

Here is an action that will return an array of virtual machine snapshot properties:

:-)