VMware PowerCLI

The Best User Interface for your VMware Datacenter!

vApp and VM snapshot support for vCD Cmdlets

Currently there is no Cmdlet that supports snapshot management for vApps and VMs.

The API seems to have plenty snapshot functions, so this shouldn't be a very difficult task.

https://code.vmware.com/apis/553/doc/doc/landing-user_operations.html

  • POST /vApp/{id}/action/consolidate
  • POST /vApp/{id}/action/createSnapshot
  • POST /vApp/{id}/action/removeAllSnapshots
  • POST /vApp/{id}/action/revertToCurrentSnapshot
  • GET /vApp/{id}/snapshotSection
  • POST /vAppTemplate/{id}/action/consolidate
  • Guest
  • Apr 5 2019
  • Looking for Feedback
  • Attach files