-
Notifications
You must be signed in to change notification settings - Fork 2
Execute Analytic Service for specific test
efotopoulou edited this page Jun 27, 2019
·
5 revisions
Scope: This functionality is used for realizing an analysis upon the data generated upon a network service validation and verification process
REST - API: /analytic_service test_id: the test id
POST body parameters
{
"name": "String with the name of the analytic service",
"metrics": "JSONArray. This is an optional field"
}
{ "step": "String frequency of getting prometheus timeseries ex.10s",
"name": "String with the name of the analytic service",
"vendor":"5gtango.vnv",
"testr_uuid": "String with the test results uuid",
"metrics": "JSONArray. This is an optional field"
}
This is an asynchronous call. The results can be fetched by Get available analytic Results API.
- 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