MetricReport resource instances.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#MetricReportCollection.MetricReportCollection",
"@odata.id": "/redfish/v1/TelemetryService/MetricReports",
"@odata.type": "#MetricReportCollection.MetricReportCollection",
"Members": [],
"Members@odata.count": 0,
"Name": "MetricReports"
}