Reconfigure Group

Reconfigure Group

Reconfigure settings for this group.

Request
URI
POST
https://{api_host}/pairings/{pairing_id}/protection-management/groups/{group_id}/actions/reconfigure
COPY
Path Parameters
string
pairing_id
Required

The ID of a pairing between this Site Recovery Manager server and remote one.

string
group_id
Required

The ID of a protection group defined within current pairing.


Request Body

Spec describing the new protection group settings.

ProtectionGroupEditSpec of type(s) application/json
Required

Show optional properties

{
    "name": "string"
}
{
    "name": "string",
    "description": "string",
    "abr_spec": {
        "replicated_array_pair": "string",
        "datastores": [
            "string"
        ]
    },
    "hbr_spec": {
        "vms": [
            "string"
        ]
    },
    "vvol_spec": {
        "replication_groups": [
            {
                "fault_domain_id": "string",
                "device_group_id": "string"
            }
        ]
    },
    "vsan_spec": {
        "vsan_protection_group": "5304ab73-3aed-4a60-b818-7cd9d3bf503f"
    }
}
string
name
Required
Constraints: minLength: 0 maxLength: 80

The name of the group. Will be overwritten by vSAN protection group.

string
description
Optional
Constraints: minLength: 0 maxLength: 4096

The description of the group.

object
abr_spec
Optional

Array-based replication details for creation or modification of a protection group.

replicatedArrayPair is the replicated array pair that holds underlying storage devices.

object
hbr_spec
Optional

Host-based replication details for creation or modification of the protection group.

object
vvol_spec
Optional

VMware vSphere Virtual Volumes (vVols)-based replication details for creation or modification of the protection group.

object
vsan_spec
Optional

vSAN-based replication details for creation or modification of a protection group.

Authentication
This operation uses the following authentication methods.
Responses
202

Task to monitor the operation progress.

Returns TaskDrResponseEntity of type(s) application/json
This response body class contains all of the following: InlineTaskDrResponseEntity0 , InlineTaskDrResponseEntity1
"TaskDrResponseEntity Object"

400

Bad request - the server cannot understand the request due to invalid syntax or invalid request body content

Returns ResponseError of type(s) application/json
"ResponseError Object"
string
error_code
Optional

The code of the error.

string
message
Optional

The message of the error.

string As uuid As uuid
op_id
Optional

The ID of the operation.


401

Unauthorized - the client must authenticate itself to get the requested response

Operation doesn't return any data structure

403

Forbidden - not sufficient access rights to fulfill the request

Returns ResponseError of type(s) application/json
"ResponseError Object"
string
error_code
Optional

The code of the error.

string
message
Optional

The message of the error.

string As uuid As uuid
op_id
Optional

The ID of the operation.


404

Not Found - server cannot find the requested in URL resource

Operation doesn't return any data structure

500

Internal server error - unexpected condition prevents fulfilling the request

Returns ResponseError of type(s) application/json
"ResponseError Object"
string
error_code
Optional

The code of the error.

string
message
Optional

The message of the error.

string As uuid As uuid
op_id
Optional

The ID of the operation.


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}' https://{api_host}/pairings/{pairing_id}/protection-management/groups/{group_id}/actions/reconfigure