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
Optional
Total storage capacity in MB
number As double As double
usedCapacityMB
Optional
Used storage capacity in MB