DiskUsage
DiskUsage
Represents the disk usage on the VCDA appliance.
JSON Example
{
"free": 897464,
"total": 10123528,
"usable": 8692104
}
integer As int64 As int64
free
Optional
Free disk space that is available to the appliance OS, specified in bytes.
integer As int64 As int64
total
Optional
Total size of the appliance file system, specified in bytes.
integer As int64 As int64
usable
Optional
Usable disk space that is available for the user, specified in bytes.