A collection of DellChassis resource
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Chassis/{ComputerSystemId}/DellChassisCollection'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//Oem/Dell/DellChassis' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellChassisCollection.DellChassisCollection",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis",
"@odata.type": "#DellChassisCollection.DellChassisCollection",
"Description": "A collection of DellChassis resource",
"Members": [
{
"@odata.context": "/redfish/v1/$metadata#DellChassis.DellChassis",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis/mainsystemchassis",
"@odata.type": "#DellChassis.v1_0_0.DellChassis",
"CanBeFRUed": true,
"Description": "This resource shall provide information about the enclosure or chassis the system is in.",
"Id": "mainsystemchassis",
"Links": {
"ComputerSystem": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1"
}
},
"Name": "DellChassis",
"SystemID": 2733
}
],
"Members@odata.count": 1,
"Name": "DellChassisCollection"
}