Storage
Storage
Represents information about storage on a host
JSON Example
{
"totalCapacityMB": "number",
"usedCapacityMB": "number",
"disks": [
{
"capacityMB": "number",
"diskType": "One among: HDD, FLASH",
"manufacturer": "string",
"model": "string"
}
]
}
number As double
As double
totalCapacityMB
Read-Only
Total storage capacity in MB
number As double
As double
usedCapacityMB
Read-Only
Used storage capacity in MB