
Dell iDRAC Telemetry Reference Guide
Disabling Global Telemetry though Redfish
Disable global telemetry on your PowerEdge server using Redfish API. Learn how to send a PATCH request to the TelemetryService or Attributes endpoint to disable telemetry data collection.
Through DMTF:
Command: PATCH
URI: /redfish/v1/TelemetryService
Header: content-type application/json
Body: {"ServiceEnabled": <value>}
For example: curl -s -k -u <user>:<password> -X PATCH
https://<IDRAC_IP>/redfish/v1/TelemetryService -H 'Content-Type: application/json' -d
'{"ServiceEnabled": false}'Through Attributes:
Command: PATCH
IDRAC9 URI:
/redfish/v1/Managers/iDRAC.Embedded.1/Attributes
IDRAC10 URI:
/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes
/iDRAC.Embedded.1
Header: content-type application/json
Auth: Basic or X auth
Body: {"Attributes":{"Telemetry.1.DisableTelemetry”: “Disabled”}
For example: iDRAC9
curl -s -k -u <user>:<password> -X PATCH https://<IDRAC_IP>/redfish/v1/Managers/iDRAC.Embedded.1/Attributes -H 'Content-Type: application/json' -d '{"Attributes": {"Telemetry.1. EnableTelemetry": "Disabled"}}'
For example: iDRAC10
curl -s -k -u <user>:<password> -X PATCH https://<IDRAC_IP>/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1 -H 'Content-Type: application/json' -d '{"Attributes": {"Telemetry.1.EnableTelemetry": "Disabled"}}'
Please provide ratings (1-5 stars).
Please provide ratings (1-5 stars).
Please provide ratings (1-5 stars).
Please select whether the article was helpful or not.
Comments cannot contain these special characters: <>()\