JetNet icon

JetNet

Interact with JetNet API for aviation industry data

Overview

This node integrates with the JetNet API to retrieve detailed aviation industry data, specifically about aircraft when using the "Aircraft" resource and the "Get" operation. It fetches comprehensive information for a specific aircraft identified by its unique Aircraft ID. This is useful in scenarios where users need to access up-to-date aircraft details such as identification, status, maintenance records, flight history, equipment, features, leases, company relationships, and pictures.

Practical examples include:

  • Aviation companies tracking fleet details.
  • Maintenance teams retrieving aircraft maintenance and status data.
  • Brokers or operators accessing aircraft ownership and lease information.
  • Market analysts gathering aircraft feature and configuration data.

Properties

Name Meaning
Aircraft ID The unique identifier of the aircraft to retrieve detailed data for.

Output

The node outputs JSON data containing the requested aircraft information from the JetNet API. The structure of the JSON depends on the specific endpoint called but generally includes detailed aircraft attributes such as identification, status, maintenance, flights, equipment, features, leases, company relationships, and images.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the JetNet API.
  • Requires an API authentication token credential configured in n8n to authorize requests.
  • The base URL for API requests is https://customer.jetnetconnect.com.
  • The node uses HTTP GET requests to fetch data for the "Get" operation on the Aircraft resource.

Troubleshooting

  • Common issues:

    • Invalid or missing Aircraft ID will cause the API request to fail.
    • Missing or incorrect API authentication token will result in authorization errors.
    • Network connectivity issues can prevent successful API calls.
  • Error messages:

    • Authorization errors typically indicate invalid or expired API credentials; verify and update the API token.
    • "Not Found" errors may mean the Aircraft ID does not exist or is mistyped.
    • Timeout or network errors suggest connectivity problems; check internet access and API availability.
  • To resolve errors, ensure the Aircraft ID is correct, the API token is valid, and the JetNet service is reachable.

Links and References

  • JetNet Official Website
  • JetNet API documentation (not publicly linked here; refer to your JetNet account resources)

Discussion