cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
870
Views
5
Helpful
2
Replies

Redfish API Internal Server Error

I was perusing the API tree, trying to get NIC information, but hit a 500 internal server error at this endpoint https://{{imc_ip}}/redfish/v1/Chassis/1/NetworkAdapters/2 :

 

{
"error": {
"code": "Base.1.4.GeneralError",
"message": "See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"@odata.type": "Message.v1_0_6.Message",
"MessageId": "Base.1.4.InternalError",
"Message": "Failed to get Network Adapter info.",
"MessageArgs": [],
"Severity": "Critical"
}
 
Is this a bug when running 4.1(1d) bundle firmware?
2 Replies 2

Kirk J
Cisco Employee
Cisco Employee

What does the /redfish/v1/Chassis/1/NetworkAdapters/  return?

On a 220M5 server with 4.11h firmware, I see just the MLOM adapter (have vic 1457 in my case)

Not sure if that is going to return info for the onboard 1Gb lom ports.

 

Kirk...

Getting what you'd expect with a server with two VIC adapters:

 

{
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters",
"@odata.context": "/redfish/v1/$metadata#Chassis/Members/$entity/NetworkAdapters",
"@odata.type": "#NetworkAdapterCollection.NetworkAdapterCollection",
"Description": "Collection of NetworkAdapter resource instances for this system",
"Name": "NetworkAdapter Collection",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/2"
},
{
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/MLOM"
}
],
"Members@odata.count": 2
}
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: