generate_resource_link
Generate a direct URL to a LogicMonitor resource or device, including full group hierarchy, for sharing in tickets, alerts, or documentation.
Instructions
Generate a direct URL/link/weburl for a LogicMonitor (LM) resource/device.
Returns: Complete resource URL with full group hierarchy, resource/device details (id, name, displayName), and group path array. URL pattern: https://mycompany.logicmonitor.com/santaba/uiv4/resources/treeNodes?resourcePath=resourceGroups-{path},resources-{id}
When to use:
Share resource/device links in incident tickets
Create alert notifications with resource/device links
Build reports with clickable resource/device references
Document infrastructure with direct LM links
Why use this: Provides the complete URL including all parent group IDs, so clicking the link navigates directly to the resource/device in the correct folder context.
Workflow: First find resource/device using "list_resources" or "search_resources", then use this tool with deviceId to generate shareable link.
Related tools: "list_resources" (find device), "get_resource" (get details), "generate_alert_link" (link to resource/device alerts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | The ID of the resource/device to generate a link for |