<div dir="ltr">Hi,<div><br></div><div>I am trying to setup streaming telemetry on OpenBmc and I am not able to create a metric report if I use a string value as part of the metric report definition as shown below:<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div></div></div></div></div><input name="virtru-metadata" type="hidden" value="{"email-policy":{"disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"enableNoauth":false,"expandedWatermarking":false,"expires":false,"sms":false,"expirationNum":1,"expirationUnit":"days","isManaged":false,"persistentProtection":false},"attachments":{},"compose-id":"4","compose-window":{"secure":false}}"></div><div><br></div><div><br class="gmail-Apple-interchange-newline">      "@<a href="http://odata.id/" target="_blank">odata.id</a>": "/redfish/v1/Chassis/AC_Baseboard/Power#/Voltages/16",<br>      "@odata.type": "#Power.v1_0_0.Voltage",<br>      "LowerThresholdCritical": 0.729,<br>      "LowerThresholdNonCritical": 0.752,<br>      "MaxReadingRange": 2.4140596060291633,<br>      "MemberId": "PVCCINFAON_CPU2",<br>      "MinReadingRange": 0.0,<br>      "<font color="#ff9900">Name</font>": "PVCCINFAON CPU2",<br>      "<font color="#ff9900">ReadingVolts</font>": 1.0583,<br></div><div><br></div><div>I am trying to stream the orange fields together with the metric report def below:</div><div><br></div><div> POST https://$BMCIP/redfish/v1/TelemetryService/MetricReportDefinitions -H "Content-Type: application/json"  -d '{"Id":"Temperatures","Metrics":[{"MetricId":"tempeadings","MetricProperties":["/redfish/v1/Chassis/AC_Baseboard/Thermal#/Temperatures/1/Name","/redfish/v1/Chassis/AC_Baseboard/Thermal#/Temperatures/1/ReadingCelsius"]}],"MetricReportDefinitionType":"Periodic","ReportActions":["RedfishEvent"],"Schedule":{"RecurrenceInterval":"PT0H5M0S"}}'<br>{<br>  "MetricProperties/0@Message.ExtendedInfo": [<br>    {<br>      "@odata.type": "#Message.v1_1_1.Message",<br>      "Message": "The value /redfish/v1/Chassis/AC_Baseboard/Thermal#/Temperatures/1/Name for the property MetricProperties/0 is not in the list of acceptable values.",<br>      "MessageArgs": [<br>        "/redfish/v1/Chassis/AC_Baseboard/Thermal#/Temperatures/1/Name",<br>        "MetricProperties/0"<br>      ],<br>      "MessageId": "Base.1.8.1.PropertyValueNotInList",<br>      "MessageSeverity": "Warning",<br>      "Resolution": "Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed."<br>    }<br>  ]<br></div><div><br></div><div>The metric report is created if I remove the Name field. The issue is that without the name of the sensor, the collecting system will not have any way to associate the sensor name and its value. How do I get this working?</div><div><br></div><div><br></div><div>Thanks,</div><div>Jay</div><div><br></div></div>