EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Storage Tiers For Given Policy

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

Show the storage tiers associated with a specific auto tiering policy Only auto tiering policies belonging to VMAX systems have direct association to tiers.

idthe URN of a ViPR auto tier policy

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

Policy Object

Field Description Type Notes
<storage_tiers>
<storage_tier>     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_tier>      
</storage_tiers>

Examples

Request
GET https://192.168.0.0:4443/vdc/auto-tier-policies/urn:storageos:AutoTieringPolicy:8acf6bb6-f306-4931-a417-e6f1957fb910:/storage-tiers HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Content-Type: application/xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  <storage_tiers>
       <storage_tier>
            <id>urn:storageos:StorageTier:719d2d85-dc2e-44ef-a4c6-9a1af2303b23:</id>
            <link href="/vdc/storage-tiers/urn:storageos:StorageTier:719d2d85-dc2e-44ef-a4c6-9a1af2303b23:" rel="self"/>
            <name>SYMMETRIX+000195700363+TIER+KT_TIER1</name>
       </storage_tier>
  </storage_tiers>