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}
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Chassis//Settings' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-4/Settings",
"@odata.type": "#Chassis.v1_27_0.Chassis",
"Actions": {},
"AssetTag": "",
"ChassisType": "StorageEnclosure",
"Description": "PCIe SSD Backplane 4",
"Id": "Enclosure.Internal.0-4",
"Links": {
"ContainedBy": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
},
"Contains": [],
"Contains@odata.count": 0,
"Drives": [],
"Drives@odata.count": 0,
"ManagedBy": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
],
"ManagedBy@odata.count": 1,
"PCIeDevices": [],
"PCIeDevices@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/Enclosure.Internal.0-4/PCIeDevices",
"PCIeDevices@odata.count": 0,
"Storage": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.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": "PCIe SSD Backplane 4",
"Name": "PCIe SSD Backplane 4",
"Oem": {
"Dell": {
"@odata.type": "#DellOemEnclosureChassis.v1_2_0.DellOemEnclosureChassis",
"DellChassisEnclosure": {
"BackplaneType": "NotShared",
"Connector": 0,
"LastSystemInventoryTime": "2025-11-03T17:19:08+05:30",
"LastUpdateTime": "2025-09-26T22:09:58+05:30",
"RAIDMultipath": "Off",
"TempProbeCount": 0,
"Version": "1.77"
}
}
},
"PCIeDevices": {
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-4/PCIeDevices"
},
"PartNumber": null,
"PowerState": "On",
"PoweredByParent": true,
"SKU": "",
"SerialNumber": null,
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"ThermalManagedByParent": true
}