GET – memory metrics properties in Memory
Use the GET method to retrieve properties in Memory resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Memory/{N}/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. | |||
HealthData | Object | Expanded | |||
AlarmTrips | Object | Expanded | |||
Temperature | Boolean | The temperature at which the alert should be triggered. Note The property is only available for Pmem, otherwise the value is “null”. | |||
SpareBlock | Boolean | The spare block at which the alert should be triggered. Note The property is only available for Pmem, otherwise the value is “null”. |
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