OrganizationVdcStats
OrganizationVdcStats
A page of organization VDC Statistics
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"valueType": "string",
"values": [
{
"id": "string",
"ovdcId": "string",
"instanceId": "string",
"updatedAt": "string",
"cores": 0,
"networks": 0,
"vapps": 0,
"vappVms": 0,
"contentType": "string",
"links": "string",
"allocationModel": 0,
"storage": {
"unit": "string",
"limit": "number",
"allocated": "number",
"used": "number"
},
"vcpu": {
"unit": "string",
"limit": "number",
"allocated": "number",
"used": "number"
},
"ram": {
"unit": "string",
"limit": "number",
"allocated": "number",
"used": "number"
}
}
]
}