EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

List Openstack Tenants

GET /v2/keystone/tenants

Get a list of OpenStack Tenants. Uses data from Keystone Authentication Provider to connect Keystone and retrieve Tenants information.


Required Roles

  • SECURITY_ADMIN

Response Body

OpenStack Tenants details.

Field Description Type Notes
<openstack_tenants>
<openstackTenants>     0-* Elements
<id> String
<description> String
<enabled> String
<name> String
</openstackTenants>      
</openstack_tenants>