API for provisioning and managing replication groups.
Note: Replication group was previously known as "object virtual pool" and the API still uses the term "vpool"
Resource | Description |
GET /vdc/data-service/vpools | Lists all configured replication groups |
GET /vdc/data-service/vpools/{id} | Gets the details for the specified replication group |
GET /vdc/data-service/vpools/{id}/passivezones | Retrieves the list of passive zones in a replication group |
DELETE /vdc/data-service/vpools/{id}/passivezones | Clear passive zones in a replication group |
PUT /vdc/data-service/vpools/{id}/passivezones | Set the passive zones in a replication group |
PUT /vdc/data-service/vpools/{id} | Updates the name and description for a replication group |
PUT /vdc/data-service/vpools/{id}/addvarrays | Adds one or more storage pools (as VDC:storage pool tuples) to the specified replication group |
PUT /vdc/data-service/vpools/{id}/removevarrays | Deletes a storage pool (VDC:storage pool tuple) from a specified replication group |
POST /vdc/data-service/vpools/{id}/deactivate | Deletes a specified replication group |
POST /vdc/data-service/vpools | Creates a replication group that includes the specified storage pools (VDC:storage pool tuple) |