Skip to main content

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

FieldTypeDescription
IdString

“MemoryMetrics”

NameString

"Memory Summary Metrics"

DescriptionString

“The usage and health statistics for system memory summary.”

HealthDataObject

Expanded

 AlarmTripsObject

Expanded

  TemperatureBoolean

The temperature at which the alert should be triggered.

Note
The property is only available for Pmem, otherwise the value is “null”.
  SpareBlockBoolean

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 CodeError Message ID
500InternalError

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."
}