generate_dashboard_link
Create a shareable dashboard URL with complete group path to open the dashboard in its correct navigation context.
Instructions
Generate a direct URL/link/weburl for a LogicMonitor (LM) dashboard.
Returns: Complete dashboard URL with full group hierarchy path, dashboard details (id, name, groupName), and group path array. URL pattern: https://mycompany.logicmonitor.com/santaba/uiv4/dashboards/dashboardGroups-{path},dashboards-{id}
When to use:
Share dashboard links in Slack/email/tickets
Create documentation with direct dashboard links
Embed dashboard URLs in runbooks
Build custom reports with clickable links
Why use this: Provides the complete navigable URL including all parent group IDs, so the link opens the dashboard in correct context within the UI navigation tree.
Workflow: First use "list_dashboards" to find dashboard ID, then use this tool to generate the shareable link.
Related tools: "list_dashboards" (find dashboard), "get_dashboard" (get details).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboardId | Yes | The ID of the dashboard to generate a link for |