Reconfigure Group
Reconfigure settings for this group.
The ID of a pairing between this Site Recovery Manager server and remote one.
The ID of a protection group defined within current pairing.
Spec describing the new protection group settings.
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"
}
}
The name of the group. Will be overwritten by vSAN protection group.
The description of the group.
Array-based replication details for creation or modification of a protection group.
replicatedArrayPair
is the replicated array pair that holds underlying storage devices.
Host-based replication details for creation or modification of the protection group.
VMware vSphere Virtual Volumes (vVols)-based replication details for creation or modification of the protection group.
vSAN-based replication details for creation or modification of a protection group.
Task to monitor the operation progress.
"TaskDrResponseEntity Object"
Bad request - the server cannot understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Not Found - server cannot find the requested in URL resource
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
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