Skip to main content

GET – Memory Chunks Collection

Dependence

  1. This represents the collection of Memory resources.

  2. These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.

Request

GET https://{{ip}}/redfish/v1/Systems/Self/MemoryDomains/{{MemoryDomain_instance}}/MemoryChunks
Content-Type: application/json

Response

Please refer to Collection Properties for the JSON response property.

Response example

{
"@odata.context": "/redfish/v1/$metadata#MemoryChunksCollection.MemoryChunksCollection",
"@odata.etag": "\"1619181000\"",
"@odata.id": "/redfish/v1/Systems/Self/MemoryDomains/MemoryDomain_SystemMemory_0/MemoryChunks",
"@odata.type": "#MemoryChunksCollection.MemoryChunksCollection",
"Description": "Collection of MemoryChunks",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/MemoryDomains/MemoryDomain_SystemMemory_0/MemoryChunks/
MemoryDomain_SystemMemory_0_Chunk_0"
}
],
"Members@odata.count": 1,
"Name": "MemoryChunks Collection"
}