RecoveryPlanCreateSpec

RecoveryPlanCreateSpec
RecoveryPlanCreateSpec

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

JSON Example
{
    "location": "string",
    "name": "string",
    "description": "string",
    "protected_vc_guid": "string",
    "protection_groups": [
        "string"
    ],
    "test_network_mappings": [
        {
            "target_network": "string",
            "test_network": "string"
        }
    ]
}
string
location
Optional

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

string
name
Required

Name of the recovery plan

string
description
Optional

Description of the recovery plan.

string As uuid As uuid
protected_vc_guid
Required

GUID of the protected site VC.

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.

Parameter To