GET – Memory Collection
Dependence
This represents the collection of Memory resources.
These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.
Request
GET https://{{ip}}/redfish/v1/Systems/Self/Memory
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
{
"@odata.context": "/redfish/v1/$metadata#MemoryCollection.MemoryCollection",
"@odata.etag": "\"1577838105\"",
"@odata.id": "/redfish/v1/Systems/Self/Memory",
"@odata.type": "#MemoryCollection.MemoryCollection",
"Description": "Collection of Memories for this system",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/Memory/DevType2_DIMM7"
}
],
"Members@odata.count": 1,
"Name": "Memory Collection"
}
Give documentation feedback