Skip to content

API reference

Panos Karkazis edited this page Jul 24, 2018 · 4 revisions

Monitoring manager is a Django-based server that offers RESTful APIs to the users with respect to the monitoring data of their instantiated 5G services, including:

  1. The relation among services, network functions, NFVIs and users
  2. The ability to modify rules and thresholds during service/function runtime
  3. The reconfiguration of Prometheus server
  4. The ability to define the notification methods in case of alert generation
  5. The definition of a new websocket to get data in real-time.

Monitoring Manager's RESTFul api documentation provided via a Swager UI which is available at http://<sonata_sp_ip>:8000/docs/

and at 5Gtango documentation

Clone this wiki locally