GET – memory metrics properties
Use the GET method to retrieve properties in Memory resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/MemorySummary/MemoryMetrics
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Id | String | “MemoryMetrics” | |||
Name | String | "Memory Summary Metrics" | |||
Description | String | The usage and health statistics for system memory summary. | |||
BandwidthPercent | Number | Memory average percentage | |||
OperatingSpeedMHz | Number | Operating speed of memory in MHz or MT/s as appropriate. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"OperatingSpeedMhz": 2933,
"BandwidthPercent": 0,
"@odata.type": "#MemoryMetrics.v1_3_0.MemoryMetrics",
"Id": "MemoryMetrics",
"@odata.id": "/redfish/v1/Systems/1/MemorySummary/MemoryMetrics",
"@odata.etag": "\"273ef9e516c225a3db1\"",
"Name": "Memory Summary Metrics",
"Description": "The usage and health statistics for system memory summary."
}
Give documentation feedback