VmMetricsSampleResponse
A single point-in-time metrics sample for a VM.
sampledAtUtcstring<date-time>
Timestamp the sample was taken at, in UTC.
cpuLoadPercentnumber<double>nullable
CPU load, as a percentage of total available CPU.
cpuTotalinteger<int32>nullable
Total number of CPU cores allocated to the VM at sample time.
ramUsedGbnumber<double>nullable
RAM used, in gigabytes.
ramTotalGbnumber<double>nullable
Total RAM allocated to the VM, in gigabytes.
diskUsedGbnumber<double>nullable
Disk space used, in gigabytes.
diskTotalGbnumber<double>nullable
Total disk space allocated to the VM, in gigabytes.
netInBytesPerSecondnumber<double>nullable
Inbound network throughput, in bytes per second.
netOutBytesPerSecondnumber<double>nullable
Outbound network throughput, in bytes per second.
diskReadBytesPerSecondnumber<double>nullable
Disk read throughput, in bytes per second.
diskWriteBytesPerSecondnumber<double>nullable
Disk write throughput, in bytes per second.
VmMetricsSampleResponse
{
"sampledAtUtc": "2024-07-29T15:51:28.071Z",
"cpuLoadPercent": 0,
"cpuTotal": 0,
"ramUsedGb": 0,
"ramTotalGb": 0,
"diskUsedGb": 0,
"diskTotalGb": 0,
"netInBytesPerSecond": 0,
"netOutBytesPerSecond": 0,
"diskReadBytesPerSecond": 0,
"diskWriteBytesPerSecond": 0
}