This is part of the Drone Army sample suite, this service is responsible for processing incoming commands and converting them into events for dispatch into queues.
The following is a list of the REST endpoints exposed by this service.
| Resource | Method | Description |
|---|---|---|
| /api/cmds/telemetry | POST | Submits a new telemetry update command, dispatches corresponding event to queue |
| /api/cmds/alerts | POST | Submits a new alert command |
| /api/cmds/position | POST | Submits a new position update command |