APIs - sonata-nfv/tng-analytics-engine GitHub Wiki
Following table shows the API endpoints of the Profiler. tng-profiler supports its own swagger endpoint at http://<ip_adress>/swagger-ui.html
Action | HTTP Method | Endpoint |
---|---|---|
Return all supported analytic services | GET |
/list |
Request the execution of an analytic process | POST |
/analytic_service |
Get metrics of a 5gtagno.vnv result test | GET |
/tests/vnv/{test_result_id}/metrics |
Access all analytic results | GET |
/results/list |
Access one analytic result | GET |
/results/list?result_id={result_id} |
Delete result id | DELETE |
/{result_id} |