AvantGuard - NinjaOne icon

AvantGuard - NinjaOne

AvantGuard - NinjaOne

Actions159

Overview

The node integrates with the AvantGuard NinjaOne API to retrieve volume information via a "Get Volumes" query operation. It is useful for IT administrators or automation workflows that need to monitor or manage disk volumes on devices managed by NinjaOne. For example, it can be used to fetch current disk usage statistics, BitLocker status, or other volume-related metadata filtered by device or timestamp.

Properties

Name Meaning
Additional Query Parameters Optional parameters to refine the query:
- Df: Device filter (string)
- Ts: Monitoring timestamp filter (string)
- Cursor: Cursor name for pagination (string)
- Page Size: Limit number of records per page (number)
- Include: Additional information to include, e.g., "bl" for BitLocker status (string)

Output

The node outputs JSON data representing the volumes retrieved from the NinjaOne API according to the specified filters and pagination options. The structure typically includes volume details such as device identifiers, volume names, sizes, statuses, and optionally additional info like BitLocker status if requested. There is no indication of binary data output.

Dependencies

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

Troubleshooting

  • Common issues:
    • Invalid or missing API credentials will cause authentication failures.
    • Incorrect or unsupported query parameter values may result in empty responses or errors.
    • Pagination parameters (cursor, pageSize) must be handled carefully to avoid incomplete data retrieval.
  • Error messages:
    • Authentication errors usually indicate invalid API keys or misconfigured credentials.
    • API response errors might mention invalid query parameters; verify parameter names and types.
  • Resolution tips:
    • Ensure API credentials are correctly set up in n8n.
    • Validate all input parameters before execution.
    • Use pagination parameters properly to navigate through large datasets.

Links and References

Discussion