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