List Storage Tenants

List Storage Tenants

API code: LIST_STORAGE_TENANTS
Pre-authorized role(s): TENANT_ADMIN | PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/storage-tenants
COPY
Query Parameters
integer
offset
Optional

The start index of items to return for the current page.

integer
limit
Optional

The max count of items to return for the current page.

string
filter
Optional

filter


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PageStorageTenant of type(s) application/json
{
    "items": [
        {
            "groupId": "string",
            "groupName": "string",
            "active": "string"
        }
    ],
    "pageInfo": {
        "offset": 0,
        "limit": 0,
        "total": 0
    }
}
items
Optional

items

pageInfo
Optional

pageInfo