
Show the storage tiers associated with a specific auto tiering policy Only auto tiering policies belonging to VMAX systems have direct association to tiers.
id | the URN of a ViPR auto tier policy |
Requires one of the following roles:
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> |
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>
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>