DELETE – Metric Report Definition Instance
Request
DELETE https://{{ip}}/redfish/v1/TelemetryService/MetricReportDefinitions/{{metric_report_def_instance}}
Content-Type: application/json
The DELETE operation is used to delete a particular Metric Report Definition Instance.
When a Metric Report Definition Instance is deleted, the corresponding Metric Report Instance is also deleted.
If the value of the ServiceEnabled attribute available under the Telemetry Service Resource (i.e./redfish/v1/TelemetryService) is true, it signifies that the Telemetry Service is in Enabled state and the DELETE Request will succeed.
If it is false, it signifies that the Telemetry Service is in Disabled state and it will fail with an error message stating, the operation failed because this service is disabled can no longer take incoming requests.
Request – Delete a metric report definition
DELETE https://{{ip}}/redfish/v1/TelemetryService/MetricReportDefinitions/AverageTemperatureReport
Content-Type: application/json
Response
HTTP/1.1 204 No Content
Give documentation feedback