{
  "controller": {
    "<a number from 0>": {
      "card_model": "string",
      "configuration": "string",
      "drives": "string",
      "fw_ver": "string",
      "percent_complete": 10,
      "self": "string",
      "size": 7,
      "status": "string",
      "type": "string"
    }
  },
  "diskImage": "string",
  "disks": {
    "<a number from 0>": {
      "is_removable": true,
      "pair": 7,
      "percent_complete": 8,
      "self": "string",
      "serial_num": "string",
      "size": 1,
      "status": "string"
    }
  }
}