Trace-Share / Trace-API

Rest API to support processing of packet traces
GNU Affero General Public License v3.0
0 stars 1 forks source link

Traces-API

Full API to support handling of packet traces.

Build Status

Requirements

How to install requirements

Run tests

py.test -v

Run app

python3 app.py

Basic HTTP status codes returned by application

400 - Bad request

Client sent invalid data. See response body for details.

404 - Object does not exists

Object you are trying to work with does not exists.

500 - Internal Server Error

Unhandled error occurred. See logs for details.