The MetricReport schema represents a set of collected metrics.
Privilege: Login
NOTE: Although the timestamp for usage readings such as CPUUsagePctReading, MemoryUsagePctReading,
IOUsagePctReading and SystemUsagePctReading in Sensor report and CUPS report may are same, the readings may vary
as Sensor reports are generated every minute on an average, while CUPS report are generated instantaneously.
NOTE: In the statistics for NICSensor presented for a NIC port, ignore the property Port1 Partition 1, as Telemetry does not collect port level statistics.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/TelemetryService/MetricReports/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#MetricReport.MetricReport",
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/OME-Telemetry-FCPortStatistics",
"@odata.type": "#MetricReport.v1_4_2.MetricReport",
"Id": "OME-Telemetry-FCPortStatistics",
"MetricReportDefinition": {
"@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/OME-Telemetry-FCPortStatistics"
},
"MetricValues": [],
"MetricValues@odata.count": 0,
"Name": "OME-Telemetry-FCPortStatistics Metric Report",
"Oem": {
"Dell": {
"@odata.type": "#DellMetricReport.v1_0_0.DellMetricReport",
"MetricReportDefinitionDigest": "224c4616aacca689d8eff063ab01574f89dff46a34f15fd45ed73e8f13b22e31",
"ServiceTag": "ST54335",
"iDRACFirmwareVersion": "6.10.00.00"
}
},
"ReportSequence": "1",
"Timestamp": "2022-12-02T10:30:23.000Z"
}