EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

Get Initiator Alias

GET /compute/initiators/{id}/alias/{sid}

Shows the alias/initiator name for an initiator if set on the Storage System

idthe URN of a ViPR initiator
sid

Required Roles

This call has no restrictions.


Response Body

A reference to an InitiatorRestRep representing the Initiator Alias if Set..

Field Description Type Notes
<alias>
<serial_number> The serial number of the storage system. String
<initiator_alias> The corresponding initiator alias for the initiator. String
</alias>