FlightLogs

FlightLogs.getLogsFromPlan

Overview

const planId = String;
dronedeployApi.FlightLogs.getLogsFromPlan(planId);

Example

dronedeployApi.FlightLogs.getLogsFromPlan('57eaa66d2a2b43fa1249c76c')
  .then(function(logs){ console.log(logs) });

Example Response

[
  downloadUrl: "https://s3.amazonaws.com/drone-deploy-flight-logs/57eaa66d2a2b43fa1249c76c/57eaa66d2a2b43fa1249c76c-09-29-105201-197_2016-09-29-110228-607.log"
  duration: "10 minutes"
  startTime:"29 Sep 2016 - 10:52"
]

Full Example

Last updated