EMC ViPR REST API

Search (SHIFT+S)

API Reference


List Vcenters

GET /tenants/{id}/vcenters

Lists the id and name for all the vCenters that belong to the given tenant organization.

idthe URN of a ViPR tenant organization

Required Roles

This call has no restrictions.


Response Body

A list of hosts that belong to the tenant organization.

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