I'm looking to remotely query my vCenter installation for a list of snapshots related to a particular VM. I have tried using the Perl SDK, but it returns a SOAP request error that I haven't been able to find a fix for. I would prefer using the vCenter Orchestrator to return an array of snapshots in an XML/JSON file, but I can't find any API calls that will do this. The closest I can find is returning the log of a specific workflow. Is there any way of getting a list of VM snapshots to an external host on demand?
I am running vCenter 5.5 and vCO 5.5. Thanks in advance for any help.