AvantGuard - NinjaOne icon

AvantGuard - NinjaOne

AvantGuard - NinjaOne

Actions159

Overview

This node integrates with the AvantGuard NinjaOne API to create a related item for a specified entity. It is useful in scenarios where you want to programmatically link or associate different types of entities (such as organizations, documents, locations, nodes, checklists, or knowledge base documents) within the NinjaOne system. For example, you might use this node to relate a document to an organization or link a checklist to a specific location.

Properties

Name Meaning
Entity Type The type of entity to which the related item will be attached. Options include: ORGANIZATION, DOCUMENT, LOCATION, NODE, CHECKLIST, KB DOCUMENT.
Entity Id The unique numeric identifier of the entity for which the related item is being created.

Output

The node outputs JSON data representing the result of the creation operation. This typically includes details about the newly created related item, such as its identifiers and any metadata returned by the NinjaOne API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard NinjaOne API.
  • The node uses the base URL provided in the credentials to make HTTP requests.
  • Depends on the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Invalid Entity Id: Providing a non-existent or incorrect entity ID may cause the API to return errors; verify the entity ID before running the node.
  • Unsupported Entity Type: Using an entity type not listed in the options will likely cause failures; select from the predefined list.
  • Network issues: Check connectivity to the NinjaOne API endpoint and confirm the base URL is correct.

Links and References

Discussion