Reference Guide

Table Of Contents
While creating a Metric Report Definition (MRD) with MetricReportDefinitionType as "Periodic" and
RecurrenceInterval as "0", the report generated serves like an OnRequest report.
If you want to generate a metric report for SSE or Subscription, update the recurrence interval with accepted values such as
2min that is PT2M. Such values help generate a metric report with at least one metric value.
PATCH method for metric report definitions by ID
This method modifies the properties of a metric report definition.
Description Modifies the properties of a metric report definition.
Privilege CHASSIS ADMINISTRATOR
HTTP response
codes
201
Example request
body 1
{
"MetricReportDefinitionEnabled":false
}
Example request
body 2
{
"ReportActions": [ "RedfishEvent" ]
}
While creating a Metric Report Definition (MRD) with MetricReportDefinitionType as "Periodic" and
RecurrenceInterval as "0", the report generated serves like an OnRequest report.
If you want to generate a metric report for SSE or Subscription, update the recurrence interval with accepted values such as
2min that is PT2M. Such values help generate a metric report with at least one metric value.
DELETE method for specific metric report definitions
This method deletes a specific metric report definition.
Description
Deletes a specific metric report definition.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
/redfish/v1/TelemetryService/Actions/
TelemetryService.SubmitTestMetricReport
This URI represents test metric report submissions.
POST method for submitting test metric report
This method submits test metric reports.
Description
Submits test metric reports.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Input response
code
{
"GeneratedMetricReportValues": [
{
"MetricDefinition": "InletTemp",
774 Redfish resource model