Skip to content

Get Prometheus metrics per nsr_id

efotopoulou edited this page Mar 14, 2019 · 7 revisions

3. Get Prometheus metrics per nsr_id

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
}