get_resource
Retrieve complete details of a specific device or resource in LogicMonitor using its ID, including display name, status, collector assignment, properties, and datasources.
Instructions
Get detailed information about a specific resource/device in LogicMonitor (LM) monitoring by its ID.
Returns: Complete resource/device details including: displayName, IP/hostname, hostStatus, alertStatus, collector assignment, resource/device type, custom properties, applied datasources, group memberships, last data time, creation date.
When to use:
Get full details after finding resource/device ID via "list_resources"
Check resource/device configuration
Verify collector assignment
Review custom properties before updating
Workflow: Use "list_resources" or "search_resources" first to find the deviceId, then use this tool for complete details.
Related tools: "list_resource_datasources" (see what's monitored), "list_resource_properties" (view all properties), "generate_resource_link" (get UI link).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | The ID of the resource/device 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. |