get_configsource
Retrieve detailed configuration source details by ID, including appliesTo logic, collection method, and alert settings to understand or troubleshoot config collection.
Instructions
Get detailed information about a specific ConfigSource by its ID in LogicMonitor (LM) monitoring.
Returns: Complete ConfigSource details: name, displayName, description, appliesTo logic (which resources/devices), collection method (CLI/SNMP/API), collection script, alert settings.
When to use:
Understand what config is being collected
Review appliesTo logic (why it does/doesn't apply to device)
Check collection method
Troubleshoot config collection issues
Key information:
appliesTo: Logic determining which resource/device get config tracking
collectMethod: How config is retrieved (CLI commands, SNMP, API)
configAlerts: Settings for when to alert on changes
lineageId: Built-in (LogicMonitor) vs custom ConfigSource
Workflow: Use "list_configsources" to find configSourceId, then use this tool to understand how it works.
Related tools: "list_configsources" (find ConfigSource), "list_device_configs" (see configs for device).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configSourceId | Yes | The ID of the configuration source 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. |