An instance of DellEnclosure will have storage enclosure specific data.
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}/DellEnclosure/{EnclosureId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis/Oem/Dell/DellEnclosures/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellEnclosure.DellEnclosure",
"@odata.id": "/redfish/v1/Chassis/Oem/Dell/DellEnclosures/Enclosure.Modular.5:NonRAID.Mezzanine.1C-1",
"@odata.type": "#DellEnclosure.v1_1_0.DellEnclosure",
"AssetName": null,
"Connector": 0,
"Description": "An instance of DellEnclosure will have storage enclosure specific data.",
"Id": "Enclosure.Modular.5:NonRAID.Mezzanine.1C-1",
"LastSystemInventoryTime": "2021-05-19T15:52:43+00:00",
"LastUpdateTime": "2021-03-16T12:54:46+00:00",
"Links": {
"DellEnclosureEMMCollection": [
{
"@odata.id": "/redfish/v1/Chassis/Oem/Dell/DellEnclosureEMM/EMM.Slot.0:Enclosure.Modular.5:NonRAID.Mezzanine.1C-1"
},
{
"@odata.id": "/redfish/v1/Chassis/Oem/Dell/DellEnclosureEMM/EMM.Slot.1:Enclosure.Modular.5:NonRAID.Mezzanine.1C-1"
}
],
"DellEnclosureEMMCollection@odata.count": 2
},
"Name": "DellEnclosure",
"ServiceTag": null,
"SlotCount": 16,
"TempProbeCount": 3,
"Version": "2.40",
"WiredOrder": 5
}