Important Notes: While configuring a subscription for system usage report, it is recommended to set the recurrence interval to 60 seconds or above. Following complex properties are re-writable: MetricId ReportActions ReportUpdate @odata.id (Triggers/@odata.id) The Dell Telemetry Service allows modification (HTTP PATCH) of the “Links/Triggers” property in the Metric Report Definition while DMTF specifies them as read-only property.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location --request PATCH '/redfish/v1/TelemetryService/MetricReportDefinitions/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}