-
Notifications
You must be signed in to change notification settings - Fork 2
Get Prometheus metrics per nsr_id
efotopoulou edited this page Mar 14, 2019
·
7 revisions
Scope: This functionality is used for fetching all available analytic services on behalf of the profiler
REST - API: http://profiler_server_IP_address/service/{nsr_id}/metrics
The result of such a call is a JSONArray that contains all Prometheus metrics of the specific network service record id
nsr_id: the network service record id
A response example should be:
{
to be completed
}
- 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