Execute Analytic Service for specific test - sonata-nfv/tng-analytics-engine GitHub Wiki
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.