跳到主要内容

Remote Log

Overview

To address the reliance on manual retrieval of logs from docking stations and aircraft, the Cloud API has introduced the remote logging feature. This aims to reduce manpower investment in troubleshooting docking station issues, shorten the feedback process, and improve problem-solving efficiency. Remote logging supports the upload of logs from both docking stations and aircraft. The cloud server requests a list of log files from the device, which responds by uploading the list.

Using the command center's visual interface, users can obtain a list of log files through the Log File List Retrieval interface and display it on a web page. Users select the log files they wish to upload, and the cloud server initiates a log upload task using the Log File Upload interface. The device then uploads the corresponding log files. The upload process can also be canceled using the Cancel Upload interface. Log files are stored using OSS (Object Storage Service), and logs stored on the cloud can also be downloaded locally. Users can leverage the obtained log files to contact Autel's after-sales service for problem resolution.

Note: Currently, once log upload tasks are initiated, pausing, resuming after pause, or refusing upload tasks are not supported.

Interactive Timing Diagram

Detailed API Realization

Remote Log

  • Retrieve the list of files that can be uploaded from the device
  • Initiate log file upload
  • Update upload status
  • Notify of file upload progress