-
Notifications
You must be signed in to change notification settings - Fork 2
APIs
efotopoulou edited this page Oct 25, 2019
·
3 revisions
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} |
- Home
- Architecture
-
APIs
- Get analytic services list
- Get analytic Results list
- Get analytic Service Result
- Get metrics per vnv nsr_id (vnv)
- Get metrics per vnv test results uuid (vnv)
- Execute Analytic Service for vnv test
- Execute Analytic Service for sdk experiment (input from Prometheus)
- Execute Analytic Service for sdk experiment (input from csv)
- Execute Analytic Service for sp network service
- Execute Analytic Service Generic
- Integration with VnV
- Integration with SDK
- Supported Analytic Services
- Local Execution