ApplianceDiskDrResponseList
ApplianceDiskDrResponseList
List of entities about: Detailed information about an appliance disk.
JSON Example
{
"list": [
{
"name": "string",
"description": "string",
"partition_name": "string",
"total_space": 0,
"used_space": 0,
"used_space_percent": "36%"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}