Skip to main content

DELETE – Metric Report Definition Instance

Request

DELETE https://{{ip}}/redfish/v1/TelemetryService/MetricReportDefinitions/{{metric_report_def_instance}}
Content-Type: application/json
  1. The DELETE operation is used to delete a particular Metric Report Definition Instance.

  2. When a Metric Report Definition Instance is deleted, the corresponding Metric Report Instance is also deleted.

  3. 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.

  4. 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