Get Tenant Platform Bill

Get Tenant Platform Bill

API code: GET_TENANT_PLATFORM_BILL
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): CLOUDIAN

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

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

Query Parameters
string
period
Required

The year and month of bill. Format is yyyyMM. For example "202208" for August 2022. Note that the system uses GMT time when demarcating exactly when a month begins and ends.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PlatformBill of type(s) application/json
{
    "billId": "string",
    "currency": "string",
    "startTime": "string",
    "endTime": "string",
    "tenantId": "string",
    "storageTenantId": "string",
    "total": "number",
    "whitelistTotal": "number",
    "regionBills": [
        {
            "currency": "string",
            "region": "string",
            "total": "number",
            "whitelistTotal": "number",
            "whitelistItems": {
                "whitelistItems": {
                    "quantity": "number",
                    "unit": "string",
                    "rules": "string",
                    "subtotal": "number"
                }
            },
            "items": {
                "items": {
                    "quantity": "number",
                    "unit": "string",
                    "rules": "string",
                    "subtotal": "number"
                }
            }
        }
    ],
    "shared": false
}
string
billId
Optional

billId

string
currency
Optional

currency

string As date-time As date-time
startTime
Optional

startTime

string As date-time As date-time
endTime
Optional

endTime

string
tenantId
Optional

tenantId

string
storageTenantId
Optional

storageTenantId

number As double As double
total
Optional

total

number As double As double
whitelistTotal
Optional

whitelistTotal

array of RegionBill
regionBills
Optional

regionBills

boolean
shared
Optional

shared