valence/api-ref/source/mockup/compute-system-inventory-get-response.json
chesterkuo b121cd520b Aapi-ref doc, this is converted from Word file to RST format.
Add pooled resources, compute system , composed node and flavor API.
Remove extra space with end of line and fix literal block warning.

Change-Id: Ib7f00617e48e7ecc6fe30091d79ef6b47ae4c5af
2016-10-27 10:44:04 -04:00

47 lines
822 B
JSON

{
"processor" : [
{
"device_type": "cpu",
"instruction_set" : "x86-64",
"model" : "Multi-Core Intel(R) Xeon(R)Processor 7xxx Series",
"speed_mhz" : 3700,
"total_core": 12
}
],
"memory" : [
{
"device_type" : "DDR3",
"data_width_bit" : 32,
"speed_mhz" : 1600,
"total_memory_gb": 32
}
],
"storage" : [
{
"protocol" : "SAS",
"volume_size_gb": 300
},
{
"protocol" : "SATA",
"volume_size_gb": 240
}
],
"network" : [
{
"device_type" : "ethernet",
"speed_mbps" : "40000",
},
{
"device_type" : "ethernet",
"speed_mbps" : "40000"
}
],
"accelator": [
{
"device_type": "fpga",
"model": "Altera 3xxx series",
"gate_counte": "100000"
}
]
}