alert_template_edit
Edit existing alert templates in LibreNMS by updating name, body using Laravel Blade syntax, alert and recovery titles, and linked rule IDs via a template ID payload.
Instructions
Edit an existing alert template in LibreNMS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | Alert template edit payload (must include id field): - id (required): Template ID to edit - name: Template name - template: Template body (Laravel Blade syntax) - title: Alert title template - title_rec: Recovery title template - rules: Array of alert rule IDs to associate with this template |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||