Deletes a storage pool (VDC:storage pool tuple) from a specified replication group.
id | Replication group identifier for which storage pool needs to be removed |
skipBootstrapCheck |
SYSTEM_ADMIN
The following conditions must be met in order to call this operation.
Replication group must 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 delete virtual array from replication group
PUT https://192.168.0.0:4443/vdc/data-service/vpools/urn:storageos:ReplicationGroupInfo:b3bf2d47-d732-457c-bb9b-d260eb53a76b:global/removearrays 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