Hi,
I created a snapshot via vapp.createSnapshot("name", "description", false, false). But when I try to retrieve the details, no data is returned.
SnapshotSectionType snapshot = Vapp.getSnapshotSection(vcloudClient, vdc.getVappRefByName("vapp-name"));
The log shows the following:
<SnapshotSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5http://XXXXXXXXXX/api/v1.5/schema/master.xsd"></SnapshotSection>
How to get the details of a snapshot like snapshot size and creation date? Any help would be much appreciated.
Thanks,
Reshmi