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

Latest commit

 

History

History
36 lines (25 loc) · 791 Bytes

File metadata and controls

36 lines (25 loc) · 791 Bytes

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.