AvantGuard - NinjaOne icon

AvantGuard - NinjaOne

AvantGuard - NinjaOne

Actions159

Overview

This node interacts with the "Devices" resource of the AvantGuard NinjaOne API to retrieve active jobs associated with a specific device. It is useful in scenarios where you need to monitor or manage ongoing tasks on devices managed by NinjaOne, such as tracking maintenance jobs, software deployments, or other automated processes running on endpoints.

For example, an IT administrator could use this node to fetch all active jobs for a particular device to check its current workload or troubleshoot issues related to job execution.

Properties

Name Meaning
Id The unique identifier of the device for which active jobs are to be retrieved.
Additional Query Parameters Optional parameters to customize the query:
- Lang: Language tag for localization.
- Tz: Time zone to adjust date/time fields in the response.

Output

The node outputs JSON data containing details about the active jobs for the specified device. This typically includes job identifiers, statuses, start times, and other relevant metadata describing each active job.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard NinjaOne API.
  • The base URL for the API must be configured in the node credentials.
  • Uses the @avantguardllc/n8n-openapi-node package internally to build requests based on the OpenAPI specification.

Troubleshooting

  • Missing or invalid device ID: Ensure the "Id" property is set correctly and corresponds to an existing device in NinjaOne.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or API errors: Check connectivity to the NinjaOne API endpoint and confirm the base URL is correct.
  • Invalid additional query parameters: Confirm that optional parameters like language tags and time zones are formatted properly.

Links and References

Discussion