What is your AOS version ?
This is not recommended to use at production and This is mostly for test_workflows used by commvault.
Right API you should use is
POST /protection_domains/{name}/restore_entities
Hi Paul
Thanks for your response.
Version is 5.17.1.
I tried POST /protection_domains/{name}/restore_entities and the prefix is applied, so it works now thanks!
Just from the name it sounded more like “clone” is the right one.
Checking the Web UI again i just realized that is also calls the v1 “restore_entities” and not clone.
Thanks again!
A follow up question:
As respose I receive a task_uuid. When I call GET /tasks/{uuid} I just receive an entity_id for a “RecoveryPoint” (see below).
How can i get the UUID of the newly created VM from that (without searching for it by name)?
{ "uuid": "c8e1e267-cf66-4250-ae05-c4eb76c85eca", "meta_request": { "method_name": "RestoreFromSnapshot" }, "meta_response": { "error_code": 0 }, "create_time_usecs": 1596196333620218, "start_time_usecs": 1596196333917974, "complete_time_usecs": 1596196335124538, "last_updated_time_usecs": 1596196335124538, "entity_list": s { "entity_id": "a77472b0-ddce-4b2f-8114-785e44d73e2c", "entity_type": "RecoveryPoint", "entity_name": null } ], "operation_type": "RestoreFromSnapshot", "message": "Restore from Snapshot", "percentage_complete": 100, "progress_status": "Succeeded", "display_name": "Restore from Snapshot", "cluster_uuid": "0005a7b9-f2ee-0318-3931-ac1f6bcd6346"}