TANSS PCs icon

TANSS PCs

Handles PC operations in TANSS API

Overview

This node integrates with the TANSS API to manage PC or server records. It supports operations such as fetching a PC by its ID, updating existing PCs, creating new PCs, and deleting PCs. This node is useful in IT asset management workflows where automated retrieval or modification of PC data is required.

For example, you can use this node to:

  • Retrieve detailed information about a specific PC using its unique ID.
  • Update inventory details or status of a PC automatically after maintenance.
  • Add new PC records into the TANSS system from an external source.
  • Remove obsolete PC entries from the database.

Properties

Name Meaning
API Token The API token used for authenticating requests to the TANSS API.
PC ID The unique identifier of the PC or server to fetch, update, or delete.

Output

The node outputs JSON data representing the response from the TANSS API for the requested operation. For the "Get PC by ID" operation, the output JSON contains the detailed information of the specified PC or server as returned by the API.

No binary data output is produced by this node.

Dependencies

  • Requires an API token credential for authenticating with the TANSS API.
  • The node expects the TANSS API base URL to be provided via credentials configuration.
  • Network access to the TANSS API endpoint is necessary.

Troubleshooting

  • No credentials returned!: This error occurs if the node cannot retrieve the required API token credential. Ensure that the API token is correctly configured in the node's credentials.
  • No data provided for updating/creating the PC.: When performing update or create operations, the node requires non-empty PC data. Provide the necessary fields in the "PC Data" property.
  • Failed to execute [operation]: [error message]: Indicates a failure during the HTTP request to the TANSS API. Check network connectivity, API token validity, and that the PC ID exists (for get/update/delete).
  • The operation "[operation]" is not recognized.: This indicates an invalid operation parameter. Use one of the supported operations: getPcById, updatePc, createPc, deletePc.

Links and References

Discussion