EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get All Object Namespaces

GET /vdc/storage-systems/{id}/object-namespaces

Gets all object namespaces for the registered storage system with the passed id

idthe URN of a ViPR storage system.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

A reference to a ObjectNamespaceList

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