blob: 903a40922086bc8202dec1928787def24b918179 [file] [log] [blame]
Scott Bakerbdb962b2020-04-03 10:53:36 -07001{
2 "SerialNumber": "EC1721000216",
3 "BiosVersion": "5.11",
4 "Name": "Computer System",
5 "IndicatorLED": "Lit",
6 "Manufacturer": "Accton",
7 "Memory": {
8 "@odata.id": "/redfish/v1/Systems/1/Memory"
9 },
10 "HostName": "localhost",
11 "Storage": {
12 "@odata.id": "/redfish/v1/Systems/1/Storage"
13 },
14 "PCIeFunctions": [],
15 "UUID": "d6fee3aa-785f-11ea-8e4b-af25952f929b",
16 "@odata.id": "/redfish/v1/Systems/1",
17 "AssetTag": "N/A",
18 "SystemType": "Physical",
19 "Oem": {
20 "Intel_RackScale": {
21 "ProcessorSockets": 1,
22 "DiscoveryState": "Basic",
23 "@odata.type": "#Intel.Oem.ComputerSystem",
24 "PCIeConnectionId": [],
25 "MemorySockets": 2,
26 "PciDevices": []
27 }
28 },
29 "Boot": {
30 "BootSourceOverrideMode": "Legacy",
31 "BootSourceOverrideTarget": "None",
32 "BootSourceOverrideEnabled": "Disabled"
33 },
34 "MemoryState": {
35 "FreeSwapMemoryByte": 0,
36 "TotalSwapMemoryByte": 0,
37 "FreeMemoryByte": 16169037824,
38 "TotalMemoryByte": 16687493120
39 },
40 "ProcessorSummary": {
41 "Model": "Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz",
42 "Count": 1,
43 "Status": {
44 "State": "Enabled",
45 "HealthRollup": "OK",
46 "Health": "OK"
47 }
48 },
49 "PCIeDevices": [],
50 "Links": {
51 "Oem": {},
52 "ManagedBy": [
53 {
54 "@odata.id": "/redfish/v1/Managers/1"
55 }
56 ],
57 "@odata.type": "#ComputerSystem.v1_2_0.Links",
58 "Endpoints": [],
59 "Chassis": [
60 {
61 "@odata.id": "/redfish/v1/Chassis/1"
62 }
63 ]
64 },
65 "Id": "1",
66 "Description": "Computer System description",
67 "Model": "",
68 "PowerState": "On",
69 "Actions": {
70 "#ComputerSystem.Reset": {
71 "target": "/redfish/v1/Systems/1/Actions/ComputerSystem.Reset",
72 "ResetType@Redfish.AllowableValues": [
73 "ForceOff",
74 "GracefulShutdown",
75 "GracefulRestart",
76 "ForceRestart"
77 ]
78 }
79 },
80 "@odata.type": "#ComputerSystem.v1_3_0.ComputerSystem",
81 "SKU": null,
82 "@odata.context": "/redfish/v1/$metadata#ComputerSystem.ComputerSystem",
83 "Status": {
84 "State": "Enabled",
85 "HealthRollup": "OK",
86 "Health": "OK"
87 },
88 "Processors": {
89 "@odata.id": "/redfish/v1/Systems/1/Processors"
90 },
91 "MemorySummary": {
92 "TotalSystemMemoryGiB": 15.26,
93 "Status": {
94 "State": "Enabled",
95 "HealthRollup": "OK",
96 "Health": "OK"
97 }
98 },
99 "PartNumber": ""
100}