EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Compute Elements

GET /vdc/compute-elements

Gets the ids and self links for all compute elements.


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

A ComputeElementList reference specifying the ids and self links for the compute elements.

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