this pr adds new fields (vehicle name, airframe name, airframe type) to the db entries list generated by the dbinfo api and adds these fields as filters for the download_logs script.
db_info_json: extract the vehicle name from the vehicles db and
generate the aiframe name and type; store them in json dictionary
returned by the dbinfo request
download_logs: enable filtering by vehicle-name, airframe-name,
and airframe-type
this pr adds new fields (vehicle name, airframe name, airframe type) to the db entries list generated by the dbinfo api and adds these fields as filters for the download_logs script.