blob: df43eadf1f98868554d24195e35b04cdca99bfc3 [file] [log] [blame]
kasunathe8946af2022-05-23 12:32:09 -07001{
2 "@odata.type": "#Storage.v1_3_0.Storage",
3 "@odata.context": "/redfish/v1/$metadata#Storage.Storage",
4 "@odata.id": "/redfish/v1/Systems/1/Storage/1",
5 "Id": "RAID Controller 1",
6 "Name": "RAID Controller",
7 "Description": "RAID Controller",
8 "Status": {
9 "State": "Enabled",
10 "Health": "OK",
11 "HealthRollup": "OK"
12 },
kasunathc14fab62022-11-23 16:18:21 -080013 "@Message.ExtendedInfo": [],
kasunathe8946af2022-05-23 12:32:09 -070014 "StorageControllers": [
15 {
16 "@odata.id": "/redfish/v1/Systems/1/Storage/1#/StorageControllers/0",
17 "@odata.type": "#Storage.v1_3_0.StorageController",
18 "MemberId": "0",
19 "Name": "SAS RAID Controller",
20 "Status": {
21 "State": "Enabled",
22 "Health": "OK"
23 },
24 "Identifiers": [
25 {
26 "DurableNameFormat": "NAA",
27 "DurableName": "5045594843305852483430304E452000"
28 }
29 ],
30 "Manufacturer": "Consorto",
31 "Model": "Consorty RAID Controller XYZ",
32 "SerialNumber": "PEYHC0XRH400NE",
33 "PartNumber": "7334534",
34 "SpeedGbps": 12.0,
35 "FirmwareVersion": "1.00",
36 "SupportedControllerProtocols": [
37 "PCIe"
38 ],
39 "SupportedDeviceProtocols": [
40 "SAS",
41 "SATA"
42 ]
43 }
44 ],
45 "Drives": [
46 {
47 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.1"
48 },
49 {
50 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.2"
51 },
52 {
53 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.3"
54 },
55 {
56 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.4"
57 },
58 {
59 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.5"
60 },
61 {
62 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.6"
63 }
64 ],
65 "Volumes": {
66 "@odata.id": "/redfish/v1/volcollection"
67 },
68 "Links": {
69 "Enclosures": [
70 {
71 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1"
72 }
73 ]
74 },
75 "@Redfish.OperationApplyTime": "Immediate",
76 "@Redfish.CollectionCapabilities": {
77 "MaxMembers": 0
78 },
kasunathc14fab62022-11-23 16:18:21 -080079 "Redundancy" : []
kasunathe8946af2022-05-23 12:32:09 -070080}