ProviderVdcStatistics
ProviderVdcStatistics
A page of provider VDC Statistics
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"valueType": "string",
"values": [
{
"id": "string",
"pvdcId": "string",
"updatedAt": "string",
"hosts": 0,
"vcpus": 0,
"cores": 0,
"networks": 0,
"vapps": 0,
"vappVms": 0,
"contentType": "string",
"links": "string",
"storage": {
"unit": "string",
"limit": "number",
"allocated": "number",
"used": "number"
},
"cpu": {
"unit": "string",
"limit": "number",
"allocated": "number",
"used": "number"
},
"ram": {
"unit": "string",
"limit": "number",
"allocated": "number",
"used": "number"
}
}
]
}