DJI Services · device

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