Open FastFelix771 opened 6 years ago
GET back.end/v1/hardware/storage
Response-Code: 200 OK
{ "success": true, "content": { "disks": [ { "type": "SAS", "model": "ExpensiveDisk001A2", "serial": "123abc3245634ewgf", "vendor": "ExpensiveDiskMaker", "capacity": 476940, "available": 100000 } ] } }
Response-Code: 500 Internal Server Error
{ "success": false, "content": "ERROR_MESSAGE" }
Request Example
Reponse Examples
Success
Response-Code: 200 OK
Failure
Response-Code: 500 Internal Server Error