Get Allocations Data Totals Rpt

Get Allocations Data Totals Rpt

Accumulated Allocations data for all business groups in the current tenant.

Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/business-groups/allocations/totals
COPY
Responses
200

The report is retrieved.

[
    {
        "allocatedStorage": "number",
        "physicalQuotaPercentage": 0,
        "totalVmsAvailable": "number",
        "memoryPercentage": 0,
        "cloudQuotaPercentage": 0,
        "totalQuotaAllocated": "number",
        "subtenantName": "string",
        "cloudQuotaAllocated": "number",
        "cloudQuotaTotalAvailable": "number",
        "physicalQuotaTotalAvailable": "number",
        "totalStorage": "number",
        "storageSavings": "number",
        "totalQuotaAvailable": "number",
        "virtualQuotaTotalAvailable": "number",
        "totalQuotaPercentage": 0,
        "subtenantDescription": "string",
        "allocatedMemory": "number",
        "storageUsedPercentage": 0,
        "totalPercentage": 0,
        "totalPmAvailable": "number",
        "storageSavingsPercentage": "number",
        "storagePercentage": 0,
        "totalMemory": "number",
        "virtualQuotaAllocated": "number",
        "storageUsed": "number",
        "tenantId": "string",
        "subtenantId": "string",
        "physicalQuotaAllocated": "number",
        "totalMachines": 0,
        "totalQuota": "number",
        "totalCmAvailable": "number",
        "virtualQuotaPercentage": 0
    }
]