AvantGuard - NinjaOne icon

AvantGuard - NinjaOne

AvantGuard - NinjaOne

Actions159

Overview

This node integrates with the AvantGuard NinjaOne system to retrieve automation scripts. It is useful for workflows that need to fetch and process automation scripts managed within the NinjaOne platform, such as for auditing, reporting, or triggering further automated actions based on available scripts.

A practical example would be a workflow that periodically retrieves all automation scripts in a specific language to verify compliance or update documentation.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the query; currently supports specifying the Lang (language) to filter automation scripts by language.

Output

The node outputs JSON data representing the automation scripts retrieved from the NinjaOne system. The structure typically includes details about each script such as its identifier, name, language, content, and metadata. No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard NinjaOne API.
  • Needs the base URL of the NinjaOne API configured in the credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package for OpenAPI integration.

Troubleshooting

  • Authentication errors: Ensure the API key credential is valid and has sufficient permissions.
  • Empty results: Verify if the optional language filter (Lang) is set correctly or try removing it to get all scripts.
  • Network issues: Confirm that the base URL is reachable and no firewall or proxy blocks the request.
  • Invalid query parameters: Double-check the format and values of additional query parameters.

Links and References

Discussion