redfish-cli/tests/redfish_json/physical_volume.json
2023-09-11 20:22:22 +10:00

57 lines
1.6 KiB
JSON

{
"@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"
}
}