EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Storage Provider List

GET /vdc/storage-providers

This function allows user to fetch list of all Storage Providers information.


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

List of Storage Providers.

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