Get Top User Usage

Get Top User Usage

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

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/tenants/{tenantId}/top-user-usage
COPY
Path Parameters
string
tenantId
Required

The full tenant ID or tenant name. It must be URL encoded.

Query Parameters
integer
limit
Optional

Top N of results.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns UsageSummary of type(s) application/json
{
    "limit": 0,
    "total": 0,
    "totalUsedBytes": 0,
    "totalObjects": 0,
    "totalBuckets": 0,
    "data": {
        "data": [
            {
                "key": "string",
                "value": 0
            }
        ]
    }
}
integer As int32 As int32
limit
Optional

limit

integer As int64 As int64
total
Optional

total

integer As int64 As int64
totalUsedBytes
Optional

totalUsedBytes

integer As int64 As int64
totalObjects
Optional

totalObjects

integer As int64 As int64
totalBuckets
Optional

totalBuckets

object
data
Optional

data