API for provisioning and managing storage pools.
| Resource | Description |
| POST /vdc/data-services/varrays | Create a storage pool with the specified details |
| DELETE /vdc/data-services/varrays/{id} | Deletes the storage pool for the specified identifier |
| PUT /vdc/data-services/varrays/{id} | Updates storage pool for the specified identifier |
| GET /vdc/data-services/varrays/settings | Gets settings for virtual array |
| GET /vdc/data-services/varrays/{id} | Gets the details for the specified storage pool |
| GET /vdc/data-services/varrays | Gets a list of storage pools from the local VDC |