generate_website_link
Generate a shareable URL for any LogicMonitor website monitor, preserving the full folder hierarchy for easy access in Slack, tickets, or documentation.
Instructions
Generate a direct direct URL/link/weburl for a LogicMonitor (LM) website monitor with full hierarchy path for easy sharing and navigation.
What this does: Creates shareable URL that opens specific website monitor in LogicMonitor UI, preserving the full folder hierarchy path. Link works for anyone with access to the LogicMonitor portal.
Returns: Complete URL in format: https://mycompany.logicmonitor.com/santaba/uiv4/websites/treeNodes#websiteGroups-{groupId1},websiteGroups-{groupId2},...,websites-{websiteId}
When to use:
Share website monitor with team (Slack/email/tickets)
Create documentation with direct links
Build custom dashboards/reports with LM links
Reference in incident tickets
Bookmark frequently accessed monitors
Required parameters:
websiteId: Website monitor ID (from "list_websites" or "search_websites")
Common use cases:
Share in Slack/Teams: "Production API health check is failing: View Monitor"
Incident ticket documentation: "INC-12345: Website monitor showing SSL certificate expiring in 7 days. See: {generated-url}"
Runbook links: "If homepage monitoring alerts, check: {generated-url-for-homepage-monitor}"
Custom reporting: Build report that includes clickable links to each website monitor for quick access.
Link structure explained: The URL includes complete folder path (websiteGroups) so when clicked, the UI shows:
Full breadcrumb navigation (e.g., "All Website Monitors > Production > External APIs > Homepage Check")
Website monitor details page
Recent check history and availability
Current status and response times
Why use generated links:
Shareable: Send exact monitor to teammates
Bookmarkable: Save frequent monitors for quick access
Integration-friendly: Use in external tools, tickets, wikis
Context-preserving: Shows full folder hierarchy when opened
Workflow example:
Find website monitor: list_websites() → websiteId: 789
Generate link: generate_website_link(websiteId: 789)
Share link: "Check this monitor: https://company.logicmonitor.com/santaba/uiv4/websites/..."
Access requirements: Link recipients must:
Have LogicMonitor user account
Have permissions to view website monitors
Have access to specific website monitor (based on access groups)
Best practices:
Use in incident documentation for traceability
Include in runbooks for quick troubleshooting access
Add to monitoring dashboards for drill-down capability
Share with stakeholders who have LM access
Related tools: "list_websites" (find website), "get_website" (verify details), "generate_dashboard_link" (for dashboards), "generate_resource_link" (for resources/devices), "generate_alert_link" (for alerts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| websiteId | Yes | The ID of the website monitor to generate a link for |