EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

Set Initiator Alias

PUT /compute/initiators/{id}/alias

Sets the alias/initiator name for an initiator on the Storage System

idthe URN of a ViPR initiator

Required Roles

This call has no restrictions.


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<initiator_alias_set>
<system_uri> URI
<initiator_alias> String
</initiator_alias_set>

Response Body

A reference to an InitiatorRestRep representing the Initiator Alias after 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>