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
cover_opencover_closecover_force_closedrone_opendrone_closecharge_opencharge_closedevice_rebootdevice_formatdrone_formatputter_openputter_closedebug_mode_opendebug_mode_closesupplement_light_opensupplement_light_closebattery_maintenance_switchair_conditioner_mode_switchalarm_state_switchbattery_store_mode_switchsdr_workmode_switch
Responses
Create Response:命令接收态(ACCEPTED)Query Response:命令执行态(ACCEPTED/DELIVERED/SUCCEEDED/FAILED/TIMED_OUT/UNMATCHED_RESPONSE)