Device Management
You can find details about all available network devices under /redfish/v1/Chassis/1/PCIeDevices
NIC Device
URI: /redfish/v1/Chassis/1/PCIeDevices/NIC1
Method: GET
Response: 200
{
"@odata.type": "#PCIeDevice.v1_4_0.PCIeDevice",
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/NIC1",
"Id": "NIC1",
"Name": "PCIeDevices",
"Description": "NIC device (riser: RSC-D-6G5)",
"Manufacturer": "Supermicro",
"Model": "",
"SerialNumber": "",
"PartNumber": "",
"DeviceType": "MultiFunction",
"FirmwareVersion": "",
"Status": {
"State": "Disabled",
"Health": "OK",
"HealthRollup": "OK"
},
"PCIeInterface": {
"PCIeType": "Gen1",
"MaxPCIeType": "Gen5",
"LanesInUse": 8,
"MaxLanes": 8
},
"PCIeFunctions": {
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/NIC1/PCIeFunctions"
},
"Links": {
"Chassis": [
{
"@odata.id": "/redfish/v1/Chassis/1"
}
]
},
"Oem": {}
}
GPU
URI: /redfish/v1/Chassis/1/PCIeDevices/GPU1
Method: GET
Response: 200
NVMeSSD
URI: /redfish/v1/Chassis/1/PCIeDevices/NVMeSSD1
Method: GET
Response: 200
PCIe Functions
URI: /redfish/v1/Chassis/1/PCIeDevices/GPU1/PCIeFunctions/1
Method: GET
Response: 200