Get Allocations Data Totals Filtered Rpt
Accumulated Allocations data for selected business groups in the current tenant.
Request
URI
PUT
https://{api_host}/iaas-proxy-provider/api/business-groups/allocations
COPY
Request Body
The list of business group ids
Array of string of type(s) application/json
Optional
[
{}
]
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
}
]
403
Forbidden.
Operation doesn't return any data structure