Developers Guide

Table Of Contents
"CollectionDuration": null,
"CollectionTimeScope": "Point",
"Oem": {
"Dell": {
"@odata.type":
"#DellMetricReportDefinition.v1_0_0.DellMetricReportDefinition",
"FQDD": null,
"Source": null
}
}
},
{
"MetricId": "PSUInputCurrent",
"MetricProperties": [],
"CollectionFunction": null,
"CollectionDuration": null,
"CollectionTimeScope": "Point",
"Oem": {
"Dell": {
"@odata.type":
"#DellMetricReportDefinition.v1_0_0.DellMetricReportDefinition",
"FQDD": null,
"Source": null
}
}
}
],
"Metrics@odata.count": 2,
"Links": {
"Triggers": []
}
}
NOTE:
When creating or modifying a metric report definition, the attributes, Name, AppendLimit,
Status, Wildcards, and MetricProperties are read-only.
PUT method for metric report definitions by ID
This method updates the resource of a specific metric report definition.
Description
Updates the resource of a specific metric report definition.
Privilege APPLIANCE_SETUP
HTTP response
codes
201
Example request
body
{
"Id": "PSUInputVoltage32",
"MetricReportDefinitionEnabled": false,
"MetricReportDefinitionType": "Periodic",
"MetricReportHeartbeatInterval": "PT0H10M0S",
"Metrics": [
{
"MetricId": "PSUInputVoltage"
}
],
"ReportActions": [
"RedfishEvent",
"LogToMetricReportsCollection"
],
"ReportTimespan": "PT0H1M0S",
"ReportUpdates": "Overwrite",
"Schedule": {
"RecurrenceInterval": "PT0H10M0S"
},
"SuppressRepeatedMetricValue": true
}
804 Redfish resource model