The PCIeSlots schema describes PCIe slot properties.
Privilege: Login
NOTE: Information about blank PCIeSlots may not appear after upgrading iDRAC firmware to version 4.40.00.00 or later. Ensure that the host system is restarted for blank PCIeslots to be displayed.
Note: Performing GET on PCIeSlots URI may not fetch the information about Mezz cards, LOMs, Integrated PERC cards, Chassis Assigned PCIe Slot, slots that are directly attached or through an extender.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Chassis//PCIeSlots' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeSlots.PCIeSlots",
"@odata.etag": "W/\"gen-1\"",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeSlots",
"@odata.type": "#PCIeSlots.v1_6_1.PCIeSlots",
"Description": "This Resource shall represent a set of PCIe slot information.",
"Id": "PCIeSlots",
"Name": "PCIeSlots",
"Slots": [
{
"HotPluggable": false,
"Lanes": 16,
"Links": {
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellPCIeSlots.DellPCIeSlots",
"@odata.type": "#DellPCIeSlots.v1_1_0.DellPCIeSlotLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.0"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeDevice": [],
"PCIeDevice@odata.count": 0,
"Processors": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.0"
}
],
"Processors@odata.count": 1
},
"Location": {
"PartLocation": {
"LocationOrdinalValue": 7,
"LocationType": "Slot"
}
},
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellPCIeSlots.DellPCIeSlots",
"@odata.type": "#DellPCIeSlots.v1_1_0.DellPCIeSlots",
"SlotKey": "PCIe.Slot.7"
}
},
"PCIeType": "Gen5",
"SlotType": "HalfLength",
"Status": {
"State": "Enabled"
}
},
{
"HotPluggable": true,
"Lanes": 2,
"Links": {
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellPCIeSlots.DellPCIeSlots",
"@odata.type": "#DellPCIeSlots.v1_1_0.DellPCIeSlotLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.0"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeDevice": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-107-0"
}
],
"PCIeDevice@odata.count": 1,
"Processors": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.0"
}
],
"Processors@odata.count": 1
},
"Location": {
"PartLocation": {
"LocationOrdinalValue": 11,
"LocationType": "Slot"
}
},
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellPCIeSlots.DellPCIeSlots",
"@odata.type": "#DellPCIeSlots.v1_1_0.DellPCIeSlots",
"SlotKey": "PCIeSSD.BaySlot.11:2"
}
},
"PCIeType": null,
"SlotType": "HalfLength",
"Status": {
"State": "Enabled"
}
},
{
"HotPluggable": true,
"Lanes": 2,
"Links": {
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellPCIeSlots.DellPCIeSlots",
"@odata.type": "#DellPCIeSlots.v1_1_0.DellPCIeSlotLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeDevice": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/1-1-0"
}
],
"PCIeDevice@odata.count": 1,
"Processors": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
}
],
"Processors@odata.count": 1
},
"Location": {
"PartLocation": {
"LocationO