update_reporting_rule
Update an existing reporting rule in Telegraf Controller. Modify its description, auto-delete flag, and threshold seconds to adjust monitoring behavior.
Instructions
Update an existing reporting rule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | The UUID of the reporting rule to update | |
| description | No | Updated description | |
| has_auto_delete | No | Updated auto-delete flag | |
| threshold_seconds | No | Updated threshold in seconds | |
| auto_delete_threshold_seconds | No | Updated auto-delete threshold |