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.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//PCIeSlots' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeSlots.PCIeSlots",
"@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.type": "#DellOem.v1_3_0.DellOemLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeDevice": [],
"PCIeDevice@odata.count": 0,
"Processors": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
}
],
"Processors@odata.count": 1
},
"Location": {
"PartLocation": {
"LocationOrdinalValue": 2,
"LocationType": "Slot"
}
},
"Oem": {
"Dell": {
"@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots",
"SlotKey": "PCIe.Slot.2"
}
},
"PCIeType": "Gen5",
"SlotType": "HalfLength",
"Status": {
"State": "Enabled"
}
},
{
"HotPluggable": false,
"Lanes": 16,
"Links": {
"Oem": {
"Dell": {
"@odata.type": "#DellOem.v1_3_0.DellOemLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeDevice": [],
"PCIeDevice@odata.count": 0,
"Processors": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2"
}
],
"Processors@odata.count": 1
},
"Location": {
"PartLocation": {
"LocationOrdinalValue": 7,
"LocationType": "Slot"
}
},
"Oem": {
"Dell": {
"@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots",
"SlotKey": "PCIe.Slot.7"
}
},
"PCIeType": "Gen5",
"SlotType": "HalfLength",
"Status": {
"State": "Enabled"
}
},
{
"HotPluggable": false,
"Lanes": 16,
"Links": {
"Oem": {
"Dell": {
"@odata.type": "#DellOem.v1_3_0.DellOemLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.3"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeDevice": [],
"PCIeDevice@odata.count": 0,
"Processors": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.3"
}
],
"Processors@odata.count": 1
},
"Location": {
"PartLocation": {
"LocationOrdinalValue": 1,
"LocationType": "Slot"
}
},
"Oem": {
"Dell": {
"@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots",
"SlotKey": "PCIe.Slot.1"
}
},
"PCIeType": "Gen5",
"SlotType": "HalfLength",
"Status": {
"State": "Enabled"
}
},
{
"HotPluggable": false,
"Lanes": 16,
"Links": {
"Oem": {
"Dell": {
"@odata.type": "#DellOem.v1_3_0.DellOemLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.4"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeDevice": [],
"PCIeDevice@odata.count": 0,
"Processors": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.4"
}
],
"Processors@odata.count": 1
},
"Location": {
"PartLocation": {
"LocationOrdinalValue": 8,
"LocationType": "Slot"
}
},
"Oem": {
"Dell": {
"@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots",
"SlotKey": "PCIe.Slot.8"
}
},
"PCIeType": "Gen5",
"SlotType": "HalfLength",
"Status": {
"State": "Enabled"
}
}
],
"Slots@odata.count": 4
}