get_dashboard
Retrieve detailed configuration of a LogicMonitor dashboard, including widgets, owner, group, and template variables, for review or cloning.
Instructions
Get detailed information about a specific dashboard by its ID in LogicMonitor (LM) monitoring.
Returns: Complete dashboard details: name, description, groupId, owner, widgets configuration, widget count, sharing settings, template variables, last modified.
When to use:
Review dashboard configuration
See widget definitions before cloning
Check dashboard owner
Verify template variables
Get dashboard metadata
What you get:
widgetsConfig: JSON configuration of all widgets (chart types, metrics, thresholds)
widgetTokens: Template variables (e.g., defaultDeviceGroup for dynamic filtering)
groupId/groupName: Which folder dashboard is in
sharable: Whether dashboard is public/private
Use cases:
Clone dashboard to create similar one
Export dashboard configuration for backup
Audit which resources/devices/metrics are being visualized
Document dashboard purpose and widgets
Workflow: Use "list_dashboards" to find dashboardId, then get details, then "generate_dashboard_link" to get shareable URL.
Related tools: "list_dashboards" (find dashboard), "generate_dashboard_link" (get URL), "update_dashboard" (modify), "list_dashboard_groups" (browse folders).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboardId | Yes | The ID of the dashboard to retrieve | |
| fields | No | Comma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields. |