get_integration
Retrieve detailed configuration and status of a specific integration, including API keys, authentication, and error logs, to troubleshoot issues or audit settings.
Instructions
Get detailed information about a specific integration by ID in LogicMonitor (LM) monitoring.
Returns: Complete integration details: name, type, configuration (API keys, webhooks, URLs), authentication status, last successful notification, error logs, which escalation chains use it.
When to use:
Troubleshoot integration not working
Review configuration before updates
Check API keys/authentication
See last successful notification time
Audit integration settings
Configuration details by type:
Slack: Webhook URL, channel names, mention settings
PagerDuty: Integration key, service mappings
ServiceNow: Instance URL, credentials, table mapping
Jira: Project keys, issue type, custom field mapping
Webhook: Target URL, authentication headers, payload format
Troubleshooting:
Authentication failed: Check API keys/credentials
Not receiving notifications: Verify escalation chain configuration
Error logs: Review failed notification attempts
Workflow: Use "list_integrations" to find integrationId, then use this tool for detailed configuration and troubleshooting.
Related tools: "list_integrations" (find integrations), "test_integration" (send test), "update_integration" (modify).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integrationId | Yes | The ID of the integration 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. |