get_config
Retrieve a Telegraf configuration as TOML by its UUID, with optional JSON parameter substitution for customization.
Instructions
Get a Telegraf configuration in TOML format with optional parameter substitution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_id | Yes | The UUID of the configuration to retrieve | |
| parameters | No | JSON string of parameters for substitution (e.g., '{"db_name":"mydb"}') |