generate_alert_link
Generate a direct URL to a LogicMonitor alert details page for sharing in notifications, incident tickets, or reports. Enables quick access to alert context and history.
Instructions
Generate a direct URL/link/weburl for a LogicMonitor (LM) alert.
Returns: Direct URL to alert details page. URL pattern: https://mycompany.logicmonitor.com/santaba/uiv4/alerts/{alertId}
When to use:
Include alert links in Slack/PagerDuty notifications
Share alert context with team members
Create incident tickets with direct alert references
Build alert reports with clickable links
Why use this: Simplifies alert investigation by providing direct navigation to the alert details page with full context, history, and acknowledgement options.
Workflow: Get alertId from "list_alerts", then use this tool to generate the shareable link for team collaboration.
Related tools: "list_alerts" (find alerts), "get_alert" (get details), "acknowledge_alert" (acknowledge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alertId | Yes | The ID of the alert to generate a link for |