get_resource_group
Retrieve a LogicMonitor resource group's full details, including hierarchy, inherited custom properties, device counts, and alert status.
Instructions
Get detailed information about a specific resource/device group by its ID in LogicMonitor (LM) monitoring.
Returns: Complete group details: name, full path, parentId, description, custom properties, number of resource/device (direct and total), number of subgroups, alert status, SDT status.
When to use:
Get group path for documentation
Review inherited properties
Check group membership counts
Verify group hierarchy
Get group details before creating resource/device in it
Key information:
fullPath: Complete hierarchy (e.g., "/Production/Web Servers/US-East")
customProperties: Properties inherited by all resource/device in group
numOfDirectDevices: resources/Devices directly in this group
numOfHosts: Total resource/device including subgroups
alertStatus: Rollup alert status for entire group
Custom properties inheritance: Properties set on group are inherited by ALL resource/device in group. Common uses:
Credentials: {name: "ssh.user", value: "monitoring"}
Environment tags: {name: "env", value: "production"}
Owner: {name: "team", value: "platform-engineering"}
Workflow: Use "list_resource_groups" to find groupId, then use this tool for complete details including inherited properties.
Related tools: "list_resource_groups" (find groups), "create_resource_group" (create new), "list_resources" (devices in group).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | The ID of the resource/device 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. |