Skip to main content
Question

Recovery Point using api and python

  • March 23, 2021
  • 1 reply
  • 661 views

Are there any examples or GitHub repo with snippets how to restore a VM Recovery Point from Prism Central? I could not find any in documentation https://www.nutanix.dev/reference/prism_central/v3/

This topic has been closed for replies.

1 reply

Forum|alt.badge.img
  • Voyager
  • December 21, 2023

I am also in the same boat, searching for REST API to manage Recovery Points and so far no luck. But, there is “VM Restore” action in Prism Central Playbook Action gallery.

With little bit of code, we can use that for VM restore [i.e in PC, create a playbook and include the ‘VM Restore’ action, and then call the playbook from REST API]