blob: 664e64df4b80de8c32008d6bcd0581027a50a59c [file] [log] [blame]
kasunathe8946af2022-05-23 12:32:09 -07001{
kasunath42627ca2023-01-31 17:37:51 -08002 "@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 },
13 "@Message.ExtendedInfo": [],
14 "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": ["PCIe"],
37 "SupportedDeviceProtocols": ["SAS", "SATA"]
38 }
39 ],
40 "Drives": [
41 {
42 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.1"
43 },
44 {
45 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.2"
46 },
47 {
48 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.3"
49 },
50 {
51 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.4"
52 },
53 {
54 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.5"
55 },
56 {
57 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1/Drives/Disk.Bay.6"
58 }
59 ],
60 "Volumes": {
61 "@odata.id": "/redfish/v1/volcollection"
62 },
63 "Links": {
64 "Enclosures": [
kasunathe8946af2022-05-23 12:32:09 -070065 {
kasunath42627ca2023-01-31 17:37:51 -080066 "@odata.id": "/redfish/v1/Chassis/StorageEnclosure1"
kasunathe8946af2022-05-23 12:32:09 -070067 }
kasunath42627ca2023-01-31 17:37:51 -080068 ]
69 },
70 "@Redfish.OperationApplyTime": "Immediate",
71 "@Redfish.CollectionCapabilities": {
72 "MaxMembers": 0
73 },
74 "Redundancy": []
kasunathe8946af2022-05-23 12:32:09 -070075}