Lin Yang b2b2aeda0c Update sushy dependency to 2.0.0
Change-Id: If467ccbaf0290092bd856615c7d87b3829b70c6d
2019-09-10 13:36:00 -07:00

69 lines
1.9 KiB
JSON

{
"@odata.context": "/redfish/v1/$metadata#Chassis/Members/Drives/Members/$entity",
"@odata.id": "/redfish/v1/Chassis/Blade1/Drives/1",
"@odata.type": "#Drive.v1_1_1.Drive",
"Id": "1",
"IndicatorLED": "Lit",
"Model": "Drive Model string",
"Status": {
"State": "Enabled",
"Health": "OK"
},
"CapacityBytes": 899527000000,
"Protocol": "SATA",
"MediaType": "SSD",
"Manufacturer": "Intel",
"SerialNumber": "72D0A037FRD27",
"PartNumber": "SG0GP8811253178M02GJA00",
"SKU": "SKU version",
"StatusIndicator": "OK",
"Revision": "revision string",
"FailurePredicted": false,
"AssetTag": null,
"CapableSpeedGbs": 6,
"NegotiatedSpeedGbs": 6,
"Location": [
{
"Info": "4",
"InfoFormat": "Hdd index"
}
],
"Identifiers": [
{
"DurableName": "123e4567-e89b-12d3-a456-426655440000",
"DurableNameFormat": "UUID"
}
],
"HotspareType": null,
"EncryptionAbility": null,
"EncryptionStatus": null,
"RotationSpeedRPM": null,
"BlockSizeBytes": null,
"PredictedMediaLifeLeftPercent": null,
"Links": {
"@odata.type": "#Drive.v1_1_0.Links",
"Volumes": [],
"Endpoints": [],
"Oem": {
}
},
"Actions": {
"#Drive.SecureErase": {
"target": "/redfish/v1/Chassis/Blade1/Drives/1/Actions/Drive.SecureErase"
}
},
"Oem": {
"Intel_RackScale": {
"@odata.type": "#Intel.Oem.Drive",
"EraseOnDetach": false,
"FirmwareVersion": "1.17",
"DriveErased": true,
"Storage": {
"@odata.id": "/redfish/v1/Systems/1/Storage/NVMe"
},
"PCIeFunction": {
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/Device1/Functions/1"
}
}
}
}