Accept a downlink command
Synchronously accepts a command and persists the command fact plus dispatch event. payload must match vendor and command_type; request examples include DJI and PX4 commands. Acceptance does not mean device execution.
Authorizations
HMAC signature; X-Api-Id, X-Api-Timestamp, and X-Api-Nonce are also required.
Headers
API credential ID.
Unix timestamp in seconds.
Replay-protection nonce.
HMAC request signature.
Optional correlation ID.
Body
Vendor identifier. Must be enabled in the platform catalog.
dji, px4 "px4"
"px4-real-1"
Vendor command type. Must exist in the command catalog for the selected vendor.
"nav_takeoff"
{
"latitude": 473566000,
"longitude": 85432100,
"altitude": 30
}"req-px4-takeoff-001"
1 <= x <= 30030
Response
Idempotent replay of an existing accepted command.