Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 782 Bytes

File metadata and controls

14 lines (11 loc) · 782 Bytes

wercker status

Drone Army Sample - Command Processing Service

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.

RESTful Endpoints

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