create_dashboard
Create a LogicMonitor dashboard from scratch or by cloning a template, including widget token overrides for customization.
Instructions
Create a dashboard, optionally from template (requires write permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Dashboard name | |
| group_id | No | Dashboard group ID | |
| sharable | No | Make dashboard sharable | |
| template | No | Full dashboard definition to clone from (from export_dashboard). Name is overridden, id is stripped. | |
| description | No | Dashboard description | |
| template_path | No | Path to a local JSON file holding the dashboard definition or an export_dashboard envelope; loaded by reference so a large export stays out of context. Ignored if template is set. | |
| widget_tokens | No | Widget token overrides (e.g., [{"name": "##host##", "value": "server1"}]) |