get_dashboard_group
Retrieve complete details of a LogicMonitor dashboard group by its ID, including name, path, parent, subgroup and dashboard counts, owner, and permissions. Use after listing groups to get full information.
Instructions
Get detailed information about a specific dashboard group by its ID in LogicMonitor (LM) monitoring.
Returns: Complete dashboard group details: name, full path, parentId, description, number of dashboards (direct and total), number of subgroups, owner, permissions.
When to use:
Get group path for documentation
Check group membership counts
Verify group hierarchy
Review permissions before creating dashboards in it
Workflow: Use "list_dashboard_groups" to find groupId, then use this tool for complete details.
Related tools: "list_dashboard_groups" (find groups), "list_dashboards" (dashboards in group), "create_dashboard_group" (create new).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | The ID of the dashboard group 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. |