EMC ViPR REST API

Search (SHIFT+S)

API Reference


Refresh Matched Storage Pools

GET /object/vpools/{id}/refresh-matched-pools

This method re-computes the matched pools for this VirtualPool and returns this information. Where as getStoragePools {id}/storage-pools returns whatever is already computed, for matched pools.

id: the URN of a ViPR Block VirtualPool.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • RESTRICTED_SYSTEM_ADMIN

Response Body

: List of Pool Ids matching with this VirtualPool.

Field Description Type Notes
<storage_pools>
<storage_pool>     0-* Elements
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</storage_pool>      
</storage_pools>