The MemoryMetrics schema contains usage and health statistics for a memory device or system memory summary.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/Metrics'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Memory//MemoryMetrics' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.C1/MemoryMetrics",
"@odata.type": "#MemoryMetrics.v1_7_3.MemoryMetrics",
"BandwidthPercent": 0,
"Description": "Metrics of the memory device",
"HealthData": {
"AlarmTrips": {
"AddressParityError": false,
"CorrectableECCError": false,
"SpareBlock": false,
"Temperature": false,
"UncorrectableECCError": false
},
"DataLossDetected": null,
"PredictedMediaLifeLeftPercent": null
},
"Id": "DIMM.Socket.C1",
"Name": "DIMM C1 Metrics",
"OperatingSpeedMHz": 4800
}