Tactical RMM icon

Tactical RMM

Get data from the TacticalRMM API

Overview

This node integrates with the Tactical RMM API to retrieve alert data. Specifically, the "Get Many" operation under the "Alert" resource fetches multiple alert records from the system. This is useful for monitoring and managing alerts generated by the Tactical RMM platform, such as identifying issues or events that require attention.

Common scenarios include:

  • Fetching recent alerts to display in a dashboard.
  • Automating workflows based on alert conditions.
  • Aggregating alert data for reporting or analysis.

Example: Retrieve up to 50 recent alerts to trigger notifications or further processing.

Properties

Name Meaning
Limit Max number of results to return

The "Limit" property controls how many alert records are fetched in one execution, with a minimum value of 1 and a default of 50.

Output

The node outputs JSON data containing an array of alert objects retrieved from the Tactical RMM API. Each alert object includes details about individual alerts such as their status, timestamps, and related metadata.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Tactical RMM API.
  • The node expects the Tactical RMM API to be accessible and properly configured.
  • No additional environment variables or external services are explicitly required beyond the API authentication.

Troubleshooting

  • Common Issues:

    • Authentication failures due to invalid or missing API credentials.
    • Network connectivity problems preventing access to the Tactical RMM API.
    • Exceeding API rate limits if too many requests are made in a short time.
  • Error Messages:

    • Errors related to authorization typically indicate incorrect or expired API keys; verify and update credentials.
    • Timeout or connection errors suggest network issues; check connectivity and API endpoint availability.
    • If the limit parameter is set below 1, the node may throw validation errors; ensure it meets the minimum requirement.

Links and References

Discussion