Get Tenant Usage

Get Tenant Usage

API code: GET_TENANT_USAGE
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/tenants/{tenantId}/usage
COPY
Path Parameters
string
tenantId
Required

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CommonUsage of type(s) application/json
{
    "scope": "string",
    "totalBytes": 0,
    "usedBytes": 0,
    "availableBytes": 0,
    "objectCount": 0,
    "bucketCount": 0
}
string
scope
Optional

scope

Possible values are : PROVIDER, TENANT, USER,
integer As int64 As int64
totalBytes
Optional

totalBytes

integer As int64 As int64
usedBytes
Optional

usedBytes

integer As int64 As int64
availableBytes
Optional

availableBytes

integer As int64 As int64
objectCount
Optional

objectCount

integer As int64 As int64
bucketCount
Optional

bucketCount