Actions44
- Contact Actions
- Aircraft Actions
- Get
- Get List
- Get by Registration
- Get Identification
- Get Status
- Get Maintenance
- Get Flights
- Get APU
- Get Avionics
- Get Engine
- Get Airframe
- Get Additional Equipment
- Get Features
- Get Interior
- Get Exterior
- Get Leases
- Get Company Relationships
- Get Pictures
- Get Bulk Aircraft Export Paged
- Get Condensed Owner Operators Paged
- Get Event List Paged
- Get History List Paged
- Company Actions
- Market Actions
Overview
This node interacts with the JetNet API to retrieve aviation market intelligence data, specifically focusing on aircraft model performance specifications when using the "Market" resource and the "Get Model Performance Specs" operation. It allows users to query detailed performance specs of various aircraft models based on multiple filtering criteria such as airframe type, make, model, manufacturing year, and more.
Typical use cases include:
- Aviation analysts seeking detailed performance data for specific aircraft models.
- Market researchers comparing aircraft capabilities across different manufacturers or categories.
- Aviation service providers needing accurate model specs for operational planning or consulting.
For example, a user could filter to get performance specs for all fixed-wing business jets manufactured between 2015 and 2020, helping them analyze trends or prepare reports.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Collection of optional filters to refine the query: |
| - Airframe Type | Type of airframe to filter by. Options: None, Fixed Wing, Rotary |
| - Make Type | Type of aircraft make to filter by. Options: None, Business Jet, Turboprop, Piston, Jet Airliner, Turbo Helicopter, Piston Helicopter |
| - Make | List of aircraft makes to filter (e.g., GULFSTREAM, BOEING) |
| - Model | List of aircraft models to filter (e.g., G550, BBJ3) |
| - Model ID | Specific model ID to filter by (number) |
| - Year Manufactured | Year manufactured, either a single year (e.g., "2020") or a range (e.g., "2015:2020") |
| - Year Delivered | Year delivered, either a single year or a range in the same format as above |
| - Category Size | List of category sizes to filter by (e.g., MJ, ABJ, LGULR) |
Output
The node outputs JSON data containing the aircraft model performance specifications returned by the JetNet API. The structure depends on the API response but generally includes detailed performance metrics for the filtered aircraft models, such as speed, range, fuel consumption, payload, and other relevant specifications.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the JetNet API via an API key credential configured in n8n.
- The node sends HTTP POST requests to the endpoint
/api/Model/getModelPerformanceSpecswith the specified filters. - Proper network access to
https://customer.jetnetconnect.comis necessary.
Troubleshooting
Common Issues:
- Invalid or missing API authentication token will cause authorization errors.
- Incorrect filter values (e.g., invalid model IDs or malformed year ranges) may result in empty responses or API errors.
- Network connectivity issues can prevent successful API calls.
Error Messages:
- Authorization errors typically indicate problems with the API key; verify credentials are correctly set up.
- Validation errors from the API may occur if filter parameters do not conform to expected formats; check input values carefully.
- Timeout or network errors suggest connectivity problems; ensure the host is reachable.
Links and References
- JetNet official website: https://www.jetnet.com/
- JetNet API documentation (if available publicly or internally)
- n8n documentation on creating and configuring API credentials
This summary focuses exclusively on the "Market" resource and the "Get Model Performance Specs" operation as requested.