vmware / pyvmomi-community-samples

A place for community contributed samples for the pyVmomi library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove operation of snapshot_operations.py implies removechild is true

thiDucTran opened this issue · comments

HI, I am using the remove operation of snapshot_operations.py . Seems this is actually removing a snapshot AND its child...there is not an option to not delete the child?

Tried to go the API route but found this statement of "Sorry you're so disappointed. There is no REST API coverage of snapshot operations in 6.5 or 6.7 at this time" in https://communities.vmware.com/t5/VMware-vCenter-Discussions/REST-API-Snapshot-management/td-p/2758324 ..is this true?

From https://code.vmware.com/samples/1078/vmsnapshot , there is a removechild option ...