Scott Hussey e5dc950f1f WIP - Initial attempt at task-based orchestration
- Refactored a few files to prevent import loops
- Created basic Orchestrator and ProviderDriver scheme
for task exection
- Created task model more concurrent-friendly task mgmt
2017-04-14 10:52:24 -05:00

15 lines
354 B
Markdown

# Control #
This is the external facing API service to control the rest
of Drydock and query Drydock-managed data.
Anticipate basing this service on the falcon Python library
## Endpoints ##
### /tasks ###
POST - Create a new orchestration task and submit it for execution
GET - Get status of a task
DELETE - Cancel execution of a task if permitted