Adds one or more storage pools (as VDC:storage pool tuples) to the specified replication group.
| id | Replication group identifier for which storage pool needs to be added |
SYSTEM_ADMIN
The following conditions must be met in order to call this operation.
Replication group should exist
All parameters are required unless otherwise stated.
| Field | Description | Type | Notes |
| data_service_vpool_varrays | |||
| mappings |
0-* Elements |
||
| name | Virtual data center id | String | |
| value | Storage pool id | String | |
| is_replication_target | is replication target | Boolean |
Valid Values:
|
Response indicating Success or Failure to add virtual array to replication group
PUT https://192.168.0.0:4443/vdc/data-service/vpools/urn:storageos:ReplicationGroupInfo:b3bf2d47-d732-457c-bb9b-d260eb53a76b:global/addarrays HTTP/1.1
Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
<data_service_vpool_varrays>
<mappings>
<name>vdc_id</name>
<value>StoragePool_Id</value>
</mappings>
</data_service_vpool_varrays>
HTTP/1.1 200 OK Content-Type: application/xml