Flight Route Management Tutorial
Feature Introduction
1.
Get Project Storage Upload Credentials
interface to obtain the upload credentials for the FlightHub 2 storage bucket, and use the Minio SDK to upload the flight route file to the FlightHub 2 storage bucket. Upon successful upload, an object_key
will be returned for flight route upload completion notification.2.
Flight Route Upload Completion Notification
interface to push the flight route information to FlightHub 2. The FlightHub 2 flight route management page will display the uploaded flight route information and return the name and UUID of the uploaded flight route file.1.
Get Flight Route List under Project
to obtain wayline_id
.2.
wayline_id
to the Get Flight Route Details
interface to obtain the download address and other information of the flight route.