EMC ViPR REST API

Search (SHIFT+S)

API Reference


List Vcenters

GET /compute/vcenters

Lists the id and name of all the vCenters that belong to the given tenant organization if the requesting user is a SysAdmin or SecAdmin. If the requested user is a TenantAdmin and user is a tenant of the "tenant" given in the query param then all the vCenters of the tenant query param will be returned otherwise returned only the vCenters that the user's tenant shares.


Query Parameters

tenantTenant to filter the vCenters. "No-Filter" or "null" indicates, listing all the vCenters in the system. "Not-Assigned" indicates, list all the vCenters with no tenants assigned to it.

Required Roles

This call has no restrictions.


Response Body

A list of vCenters 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>