Initial commit
This commit is contained in:
commit
1b51716d1b
72 changed files with 8204 additions and 0 deletions
57
tests/redfish_json/physical_volume.json
Normal file
57
tests/redfish_json/physical_volume.json
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"@odata.context": "/redfish/v1/$metadata#Drive.Drive",
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1",
|
||||
"@odata.type": "#Drive.v1_3_0.Drive",
|
||||
"Actions": {
|
||||
"#Drive.SecureErase": {
|
||||
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1/Actions/Drive.SecureErase"
|
||||
}
|
||||
},
|
||||
"Assembly": {
|
||||
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
|
||||
},
|
||||
"BlockSizeBytes": 512,
|
||||
"CapableSpeedGbs": 3,
|
||||
"CapacityBytes": 299439751168,
|
||||
"Description": "Physical Disk 0:1:0",
|
||||
"EncryptionAbility": "None",
|
||||
"EncryptionStatus": "Unencrypted",
|
||||
"FailurePredicted": false,
|
||||
"HotspareType": "None",
|
||||
"Id": "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1",
|
||||
"Identifiers": [
|
||||
{
|
||||
"DurableName": "5000C50008F49F95",
|
||||
"DurableNameFormat": "NAA"
|
||||
}
|
||||
],
|
||||
"Links": {
|
||||
"Chassis": {
|
||||
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
|
||||
},
|
||||
"Volumes": [
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1"
|
||||
}
|
||||
],
|
||||
"Volumes@odata.count": 1
|
||||
},
|
||||
"Location": [],
|
||||
"Manufacturer": "SEAGATE",
|
||||
"MediaType": "HDD",
|
||||
"Model": "ST3300655SS",
|
||||
"Name": "Physical Disk 0:1:0",
|
||||
"NegotiatedSpeedGbs": 3,
|
||||
"Operations": [],
|
||||
"PartNumber": "SG0HT9531253182B03FPA00",
|
||||
"PredictedMediaLifeLeftPercent": null,
|
||||
"Protocol": "SAS",
|
||||
"Revision": "S527",
|
||||
"RotationSpeedRPM": 0,
|
||||
"SerialNumber": "3LM3M070",
|
||||
"Status": {
|
||||
"Health": null,
|
||||
"HealthRollup": null,
|
||||
"State": "Enabled"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue