[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

RecoveryPlanCreateSpec

A spec to create recovery plan under a given folder location.


Properties

string
name Required

Name of the recovery plan


string as uuid
protected_vc_guid Required

GUID of the protected site VC.


string
description Optional

Description of the recovery plan.


string
location Optional

Target location where the recovery plan will be placed. If not specified - the root folder will be used.


array of string
protection_groups Optional

A list of protection groups to be added to the recovery plan.


test_network_mappings Optional

A list of test network mappings to be added to the recovery plan.

JSON Example

{
	"name": "string",
	"protected_vc_guid": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Parameter To

Create Plan

Feedback

Was this page helpful?