{
"success": true,
"history": {
"mother_board": {
"brand": "string",
"model": "string"
},
"base_system": {
"brand": "string",
"model": "string"
},
"bios": {
"version": "string",
"version_date": "string",
"uefi_support": true
},
"cpus": [
"string"
],
"cpu_features": {
"vt_support": true,
"vt_enable": true
},
"gpus": [
{
"vendor": "string",
"model": "string"
}
],
"logical_disks_metadata": {
"/dev/sda": {
"serial": "string",
"wwid": "string",
"model": "string",
"type": "string",
"capacity": "string",
"capacity_byte": 0
}
},
"memorys": {
"#0_DIMMA1": {
"type": "string",
"size": "string",
"max_speed": "string",
"current_speed": "string"
},
"#1_DIMMA2": {
"type": "string",
"size": "string",
"max_speed": "string",
"current_speed": "string"
},
"#2_DIMMB1": {
"type": "string",
"size": "string",
"max_speed": "string",
"current_speed": "string"
},
"#3_DIMMB2": {
"type": "string",
"size": "string",
"max_speed": "string",
"current_speed": "string"
}
},
"disks": [
{
"serial": "string",
"size": "string",
"protocol": "string",
"status": "string",
"type": "string",
"capacity_bytes": 0,
"capacity": "string",
"product_name": "string"
}
],
"raid_cards": [
"string"
],
"raid_card_metadata": [
"string"
],
"network_cards": [
{
"model": "string",
"mac": "string",
"linux_name": "string",
"line_speed": 0,
"capacity": "string"
}
],
"bmc": {
"rev": "string",
"version": "string",
"vendor": "string"
}
}
}