Actions68
- 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
- Get Bulk Aircraft Export Paged
- Get Condensed Snapshot
- Get Condensed Owner Operators
- Get Condensed Owner Operators Paged
- Get Event List
- Get Event List Paged
- Get History List
- Get History List Paged
- Get Flight Data
- Get Relationships
- Company Actions
- Contact Actions
- Market Actions
- Get Model Intelligence
- Get Model Market Trends
- Get Model Operation Costs
- Get Model Performance Specs
- Get Account Info
- Get Product Codes
- Get Airframe Types
- Get Make Type List
- Get Weight Class Types
- Get Airframe JNIQ Sizes
- Get Aircraft Make List
- Get Aircraft Model List
- Get Company Business Types
- Get Aircraft Company Relationship Types
- Get Event Categories
- Get Event Types
- Get Airport List
- Get State List
- Get Country List
- Get Aircraft Lifecycle Status
- Get Aircraft History Transaction Types
Overview
This node integrates with the JetNet aviation data service to retrieve detailed information about aircraft, specifically focusing here on the "Get Engine" operation for the Aircraft resource. It allows users to fetch comprehensive engine-related data for a specified aircraft by its ID.
Typical use cases include:
- Aviation maintenance and engineering teams needing up-to-date engine specifications and status.
- Market analysts or sales teams requiring detailed engine information for valuation or comparison.
- Developers building aviation-related applications that require integration of accurate engine data from a trusted source.
For example, a user can input an aircraft ID to get detailed engine information such as model, manufacturer, performance parameters, and maintenance records directly from JetNet's database.
Properties
| Name | Meaning |
|---|---|
| Tool Description | Choose how to set the tool description: - Set Automatically: Description is auto-generated based on resource and operation. - Set Manually: User provides a custom description explaining what the tool does. |
| Description | A text field to manually describe the tool’s purpose and capabilities (only shown if "Set Manually" is selected). Useful for guiding AI agents or clarifying the tool's function. |
Output
The node outputs a JSON object containing:
success: Boolean indicating if the API call was successful.resource: The resource type used ("aircraft").operation: The operation performed ("getEngine").data: The detailed engine information retrieved from JetNet for the specified aircraft.timestamp: ISO string timestamp of when the response was generated.
If the request fails, the output JSON includes:
success: falseerror: Error message describing the failure.resourceandoperationfields as above.timestamp
No binary data output is involved in this operation.
Dependencies
- Requires an active JetNet API credential with a valid security token and bearer token for authentication.
- The node makes HTTP requests to the JetNet API endpoint at
https://customer.jetnetconnect.com. - Proper configuration of the API credentials within n8n is necessary for successful communication.
Troubleshooting
- Missing Aircraft ID: The operation requires an aircraft ID (
aircraftIdorid). If not provided, the node throws an error: "Aircraft ID is required for this operation". Ensure you supply a valid aircraft identifier. - Invalid Credentials: Authentication failures due to invalid or expired tokens will cause errors. Verify your API key and tokens are correctly configured and active.
- Unknown Operation or Resource: If the resource or operation name is incorrect or unsupported, the node will throw an error indicating the unknown resource or operation.
- Network Issues: Connectivity problems to the JetNet API endpoint may result in timeouts or failed requests. Check network access and proxy settings if applicable.
Links and References
- JetNet Official Website – For more information about the data service.
- JetNet API documentation (not publicly linked here) – Consult your JetNet account representative for API details and usage guidelines.