ProviderVdcStatistic
ProviderVdcStatistic
JSON Example
{
"id": "string",
"instanceId": "string",
"pvdcId": "string",
"updatedAt": "string",
"contentType": "string",
"links": "string",
"hosts": 0,
"cores": 0,
"networks": 0,
"vapps": 0,
"vappVms": 0,
"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"
}
}
string
id
Optional
URN ID of the CDS provider VDC Stats Object
string
instanceId
Optional
URN of VCD instance containing this org vdc
string
pvdcId
Optional
URN ID of provider VDC this relates to.
string
updatedAt
Optional
Instant when these stats were captured
string
contentType
Optional
Content-type returned by VCD (includes api version)
string
links
Optional
Http links for this entity returnd by VCD
integer
hosts
Optional
Number of hosts attached to this PVDC
integer
cores
Optional
Number of CPU cores attached to this PVDC
integer
networks
Optional
Number of external networks attached to this PVDC
integer
vapps
Optional
Number of VApps deployed in this PVDC
integer
vappVms
Optional
Number of VMs in VApps deployed in this PVDC
object
vcdData
Optional
Raw organization vdc object returned by VCD