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