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