Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redfish API is not displaying the disk size #245

Open
asdfghzu opened this issue Sep 26, 2024 · 0 comments
Open

Redfish API is not displaying the disk size #245

asdfghzu opened this issue Sep 26, 2024 · 0 comments

Comments

@asdfghzu
Copy link

asdfghzu commented Sep 26, 2024

we facing an issue with the redfish rest API to the open manage enterprise appliance - the disk size is always 0 in the API return

Service-Tag: 65KH243
Firmware iDRAC 7.00.00.172
iDRAC 9

{
"@odata.context": "/redfish/v1/$metadata#Drive.v1_0_0.Drive",
"@odata.type": "#Drive.v1_0_0.Drive",
"@odata.id": "/redfish/v1/Systems/Members('10153')/Storage/Members('40')/Drives('27')",
"Oem": null,
"Id": "27",
"Description": "Disk 0 in Backplane 1 of RAID Controller in Slot 1",
"Name": "Disk 0 in Backplane 1 of RAID Controller in Slot 1",
"StatusIndicator": null,
"IndicatorLED": null,
"Model": "KPM5XVUG480G",
"Revision": "B026",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"CapacityBytes": 0,
"FailurePredicted": false,
"Protocol": "SAS",
"MediaType": "SSD",
"Manufacturer": "TOSHIBA",
"SKU": null,
"SerialNumber": "xxxxxxxxxxx",
"PartNumber": "PH-03PR5C-TBPKK-06A-21HF-A02",
"AssetTag": null,
"HotspareType": null,
"EncryptionAbility": null,
"EncryptionStatus": null,
"RotationSpeedRPM": null,
"BlockSizeBytes": null,
"CapableSpeedGbs": null,
"NegotiatedSpeedGbs": null,
"PredictedMediaLifeLeftPercent": null
}

image

@asdfghzu asdfghzu changed the title API is not displaying the disk size Redfish API is not displaying the disk size Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant