EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get All Fast Policies

GET /vdc/storage-systems/{id}/auto-tier-policies

Gets all AutoTier policies associated with registered storage system with the passed id. Only policies which satisfy the below will be returned 1. AutoTiering should be enabled on StorageSystem 2. AutoTierPolicy should be in Enabled State.

idthe URN of a ViPR storage system.

Query Parameters

unique_policy_names

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

A reference to a AutoTierPolicy List specifying the id and self link for each storage pool.

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