username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//Oem/Dell/DellChassis/' \
--header 'Authorization: Basic <encoded-value>'{
"@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
}