DJI Delivery Sync
  1. Schemas
DJI Delivery Sync
  • Authentication instructions and webhook details
  • HMS Code Details
  • Phase one
    • Get device list
    • Get the device topology status, the aircraft and remote control form the topology
    • Get device properties
    • Enable device live streaming and obtain the streaming URL
    • Get device task list
  • Phase two
    • Get route list
    • Get detail of a single route
    • Get location list
    • Create location
    • Delete location
    • Device execution command
    • Query device execution command status
  • Phase three
    • Create task
    • Edit task
    • Delete task
    • Start task
    • Start stream forwarding
    • Stop stream forwarding
  • Schemas
    • Schemas
      • resp.StreaStreamReq
      • resp.StandardResponse
      • resp.GetGroupDeviceListRsp
      • resp.GroupDeviceListRspItem
      • resp.CreateTaskResult
      • resp.GetGroupDeviceTopoRsp
      • resp.GroupDeviceTopoRspItem
      • resp.GetGroupDevicePropertyRsp
      • resp.GroupDevicePropertyRspItem
      • resp.StartDeviceStreamRsp
      • resp.StartDeviceStreamItemRsp
      • resp.GroupDeviceTopoRspItemBaseTopo
      • resp.Pagination
      • resp.GetDeviceTasks
      • resp.DeviceTaskRspItem
      • resp.ElementItem
      • resp.MissionItem
      • resp.StageItem
      • resp.ActionItem
      • resp.GetMapElementListResp
      • resp.MapElementItem
      • resp.CreateResult
      • resp.CreateCmdResult
      • resp.GetCmdList
      • resp.GetWaylineList
      • resp.WaylineItem
      • resp.WaylineDetailItem
      • resp.WaylineGlobalInfo
      • resp.WaylinePointItem
      • req.CreateElement
      • req.Geometry
      • resp.PassStreamResult
      • req.Property
      • req.CreateCmd
      • req.CreateTask
      • req.CreatePassStream
  1. Schemas

resp.CreateCmdResult

{
    "data": {
        "code": 0,
        "bid": "string",
        "gateway_sn:": "string",
        "device_sn": "string",
        "device_cmd_method": "string",
        "status": "string",
        "device_cmd_data": {},
        "create_time:": 0,
        "update_time:": 0
    }
}
Built with