Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Trace-Share/Trace-API

Repository files navigation

Traces-API

Full API to support handling of packet traces.

Build Status

Requirements

  • Python3
  • Python3 packages in requirements.txt
  • Docker

How to install requirements

  • Install python requirements pip3 install -r requirements.txt
  • Build docker image bash build_docker_image.sh

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.

About

Rest API to support processing of packet traces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages