GET – Collection of server memories
Use the GET method to retrieve properties in Memory collection for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Memory
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Name | String | “Memory Collection” | |||
Members | Array | Items: A reference link to an element of memory resource | |||
Description | String | A Collection of memory resource instances. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"Members": [
{
"@odata.id": "/redfish/v1/Systems/1/Memory/1"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/2"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/3"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/4"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/5"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/6"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/7"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/8"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/9"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/10"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/11"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/12"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/13"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/14"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/15"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/16"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/17"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/18"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/19"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/20"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/21"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/22"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/23"
},
{
"@odata.id": "/redfish/v1/Systems/1/Memory/24"
}
],
"Oem": {
"Lenovo": {
"HistoryMemMetric": {
"@odata.id": "/redfish/v1/Systems/1/Memory/Oem/Lenovo/HistoryMemMetric"
}
}
},
"@odata.type": "#MemoryCollection.MemoryCollection",
"@odata.id": "/redfish/v1/Systems/1/Memory",
"Name": "Memory Collection",
"@odata.etag": "\"a2fb3627522630e8b7fe2\"",
"Members@odata.count": 24,
"Description": "A collection of memory resource instances."
}
Give documentation feedback