blob: 61ad2457d1d92bd7668587feacea0d7965dd0a30 [file] [log] [blame]
Scott Bakerbdb962b2020-04-03 10:53:36 -07001{
2 "SerialNumber": null,
3 "Name": "Memory",
4 "FirmwareApiVersion": null,
5 "MemoryMedia": [],
6 "Manufacturer": null,
7 "DeviceLocator": "DIMM_B1",
8 "BaseModuleType": null,
9 "CapacityMiB": 7812,
10 "FunctionClasses": [],
11 "Regions": [
12 {
13 "MemoryClassification": null,
14 "SizeMiB": 7812,
15 "OffsetMiB": 0,
16 "RegionId": "2"
17 }
18 ],
19 "@odata.id": "/redfish/v1/Systems/1/Memory/2",
20 "OperatingSpeedMhz": 2133,
21 "ErrorCorrection": null,
22 "OperatingMemoryModes": [],
23 "Status": {
24 "State": "Enabled",
25 "HealthRollup": "OK",
26 "Health": "OK"
27 },
28 "BusWidthBits": null,
29 "RankCount": null,
30 "Oem": {
31 "Intel_RackScale": {
32 "VoltageVolt": null,
33 "@odata.type": "#Intel.Oem.Memory"
34 }
35 },
36 "Id": "2",
37 "Description": "Memory description",
38 "MemoryDeviceType": "DDR3_SDRAM",
39 "@odata.type": "#Memory.v1_1_0.Memory",
40 "DataWidthBits": 64,
41 "@odata.context": "/redfish/v1/$metadata#Memory.Memory",
42 "MemoryType": null,
43 "FirmwareRevision": null,
44 "AllowedSpeedsMHz": [],
45 "MemoryLocation": {
46 "Socket": null,
47 "MemoryController": null,
48 "Slot": null,
49 "Channel": null
50 },
51 "PartNumber": null
52}