The Chassis schema represents the physical components of a system. This resource represents the sheet-metal confined spaces and logical zones such as racks, enclosures, chassis and all other containers. Subsystems, such as sensors, that operate outside of a system's data plane are linked either directly or indirectly through this resource. A subsystem that operates outside of a system's data plane are not accessible to software that runs on the system. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.
Privilege: Login
NOTE: For Health, HealthRollup, and State properties, use the following URI:
/redfish/v1/Chassis/{ChassisId}
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//Settings' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.SL.4-1/Settings",
"@odata.type": "#Chassis.v1_25_1.Chassis",
"Actions": {},
"AssetTag": "",
"ChassisType": "StorageEnclosure",
"Description": "Backplane 1 on Connector 0 of RAID Controller in SL 4",
"Id": "Enclosure.Internal.0-1:RAID.SL.4-1",
"Links": {
"ContainedBy": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
},
"Contains": [],
"Contains@odata.count": 0,
"Drives": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.SL.4-1/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.SL.4-1"
}
],
"Drives@odata.count": 1,
"ManagedBy": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
],
"ManagedBy@odata.count": 1,
"PCIeDevices": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/35-0"
}
],
"PCIeDevices@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.SL.4-1/PCIeDevices",
"PCIeDevices@odata.count": 1,
"Storage": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.SL.4-1"
}
],
"Storage@odata.count": 1
},
"Location": {
"Oem": {
"Dell": {
"@odata.type": "#DellLocation.v1_2_0.DellLocation",
"PartLocation": {
"ExtendedReference": "Front"
}
}
},
"PartLocation": {
"LocationType": "Backplane",
"Reference": "Front"
}
},
"Manufacturer": null,
"Model": "BP_PSV 0:1",
"Name": "BP_PSV 0:1",
"Oem": {
"Dell": {
"@odata.type": "#DellOemEnclosureChassis.v1_0_0.DellOemEnclosureChassis",
"DellChassisEnclosure": {
"BackplaneType": "NotShared",
"Connector": 0,
"LastSystemInventoryTime": "2025-10-28T23:21:26-05:00",
"LastUpdateTime": "2025-10-28T23:20:51-05:00",
"RAIDMultipath": "Off",
"TempProbeCount": 0,
"Version": "7.10"
}
}
},
"PCIeDevices": {
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.SL.4-1/PCIeDevices"
},
"PartNumber": null,
"PowerState": "On",
"PoweredByParent": true,
"SKU": "",
"SerialNumber": null,
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"ThermalManagedByParent": true
}