ApplianceDiskDrResponseEntity
ApplianceDiskDrResponseEntity
Detailed information about an appliance disk.
AllOf
JSON Example
{
"name": "string",
"description": "string",
"partition_name": "string",
"total_space": "number",
"used_space": "number",
"used_space_percent": "36%",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}