Start a Conversation

Unsolved

This post is more than 5 years old

819

July 20th, 2016 10:00

Via Redfish API the model and manufacturer are blank for a newly installed R730xd

We recently had a new PowerEdge R730xd installed in our lab and were wanting to retrieve some basic inventory and telemetry info via Redfish. From the snippet I trimmed below, there's plenty of useful data items but the "Model" is empty.

Has anyone else seen this behavior? Is there something we need to ask our lab support to configure in order for "Model" and "Manufacturer" to be populated?

{
  
"@odata.context": "/redfish/v1/$metadata#Systems/Members/$entity",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1",
"@odata.type": "#ComputerSystem.1.0.0.ComputerSystem",
"AssetTag": "",
"BiosVersion": "2.1.5",
"Description": "Computer System which represents a machine (physical or virtual) and the local resources such as memory, cpu and other devices that can be accessed from that machine.",
"EthernetInterfaces": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces"
},
"HostName": "[redacted]",
"Id": "System.Embedded.1",
"IndicatorLED": "Off",
"Manufacturer": " ",
"MemorySummary": {
"Status": {
"Health": "OK",
"HealthRollUp": "OK",
"State": "Enabled"
},
"TotalSystemMemoryGiB": 64.0
},
"Model": " ",
"Name": "System",
"PartNumber": "072T6DA01",
"PowerState": "On",
"ProcessorSummary": {
"Count": 1,
"Model": "Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz",
"Status": {
"Health": "OK",
"HealthRollUp": "OK",
"State": "Enabled"
}
}
}

No Responses!
No Events found!

Top