get_report_group
Retrieve detailed information about a report group by ID, including name, path, parent ID, description, and report/subgroup counts.
Instructions
Get detailed information about a specific report group by ID in LogicMonitor (LM) monitoring.
Returns: Complete report group details: name, full path, parentId, description, number of reports (direct and total), number of subgroups.
When to use:
Get group path for documentation
Check report membership counts
Verify group hierarchy
Review group structure before creating reports
Workflow: Use "list_report_groups" to find groupId, then use this tool for complete details.
Related tools: "list_report_groups" (find groups), "list_reports" (reports in group), "create_report_group" (create new).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | The ID of the report 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. |