GET – Memory Domain 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/MemoryDomains
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
{
"@odata.context": "/redfish/v1/$metadata#MemoryDomainCollection.MemoryDomainCollection",
"@odata.etag": "\"1619181000\"",
"@odata.id": "/redfish/v1/Systems/Self/MemoryDomains",
"@odata.type": "#MemoryDomainCollection.MemoryDomainCollection",
"Description": "CollectionofMemoryDomains",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/MemoryDomains/MemoryDomain_SystemMemory_0"
}
],
"Members@odata.count": 1,
"Name": "MemoryDomain Collection"
}
Give documentation feedback