Initial commit
This commit is contained in:
commit
1b51716d1b
72 changed files with 8204 additions and 0 deletions
82
tests/redfish_json/physical_volumes.json
Normal file
82
tests/redfish_json/physical_volumes.json
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"@odata.context": "/redfish/v1/$metadata#Storage.Storage",
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1",
|
||||
"@odata.type": "#Storage.v1_4_0.Storage",
|
||||
"Description": "PERC H710 Adapter",
|
||||
"Drives": [
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.2:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.3:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.4:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.5:Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
}
|
||||
],
|
||||
"Drives@odata.count": 6,
|
||||
"Id": "RAID.Slot.6-1",
|
||||
"Links": {
|
||||
"Enclosures": [
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
|
||||
}
|
||||
],
|
||||
"Enclosures@odata.count": 2
|
||||
},
|
||||
"Name": "PERC H710 Adapter",
|
||||
"Status": {
|
||||
"Health": null,
|
||||
"HealthRollup": null,
|
||||
"State": "Enabled"
|
||||
},
|
||||
"StorageControllers": [
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/StorageControllers/RAID.Slot.6-1",
|
||||
"Assembly": {
|
||||
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
|
||||
},
|
||||
"FirmwareVersion": "21.3.0-0009",
|
||||
"Identifiers": [
|
||||
{
|
||||
"DurableName": "544A842004DB1500",
|
||||
"DurableNameFormat": "NAA"
|
||||
}
|
||||
],
|
||||
"Links": {},
|
||||
"Manufacturer": "DELL",
|
||||
"MemberId": "RAID.Slot.6-1",
|
||||
"Model": "PERC H710 Adapter",
|
||||
"Name": "PERC H710 Adapter",
|
||||
"SpeedGbps": 6,
|
||||
"Status": {
|
||||
"Health": null,
|
||||
"HealthRollup": null,
|
||||
"State": "Enabled"
|
||||
},
|
||||
"SupportedControllerProtocols": [
|
||||
"PCIe"
|
||||
],
|
||||
"SupportedDeviceProtocols": [
|
||||
"SAS",
|
||||
"SATA"
|
||||
]
|
||||
}
|
||||
],
|
||||
"StorageControllers@odata.count": 1,
|
||||
"Volumes": {
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1/Volumes"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue