HolmesProcessing / Holmes-Totem

Investigation Planner for fast running analysis with predictable execution time. For example, static analysis.
Apache License 2.0
29 stars 18 forks source link

Unify Service URL Endpoints #125

Closed webstergd closed 8 years ago

webstergd commented 8 years ago

The endpoints of the Services should be unified and standard across totem and totem-dynamic.

First stage should be to unify endpoints and remove the config statement. Second stage should use get fields.

Example:

Endpoint Operation System
/ provides information about the service Totem & Totem-Dynamic
/analyze/?obj= performs tasking and return results Totem
/feed/?obj= submits tasking to the service Totem-Dynamic
/check/?taskid= checks to see if the tasking is complete Totem-Dynamic
/results/?taskid= receives service results Totem-Dynamic
/status/ retrieve status Totem-Dynamic
webstergd commented 8 years ago

closed by #131