DJI Services · live

Endpoint

  • 创建命令:POST /api/v1/open/downlink/commands
  • 查询状态:GET /api/v1/open/downlink/commands/{commandId}

状态口径(当前代码与测试)

  • 统一状态枚举:ACCEPTED / DELIVERED / SUCCEEDED / FAILED / TIMED_OUT / UNMATCHED_RESPONSE
  • 若正文历史示例出现旧状态值,请以本节与 Cloud Requests 页面为准。

Authentication

  • API ID + HMAC 请求签名
  • scope: open:command:create

Query Parameters

无。

全部 method

Responses

  • Create Response:命令接收态(ACCEPTED
  • Query Response:命令执行态(ACCEPTED / DELIVERED / SUCCEEDED / FAILED / TIMED_OUT / UNMATCHED_RESPONSE