EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Ip Interfaces

GET /compute/hosts/{id}/ip-interfaces

Gets the id and name for all the interfaces of a host.

idthe URN of a ViPR Host

Required Roles

This call has no restrictions.


Response Body

A list of interfaces that belong to the host

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