Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added used rest-api

...

Y axis: performance values

Example:


Data provider

The data is stored in an ElasticSearch database. The Data-Provider provides a REST-API to read the data.

  • To get all devices
    • having 15 minutes performance data: read-pmdata-15m-device-list
    • having 24 hours performance data: read-pmdata-24h-device-list
  • To get all ltps, which have
    • 15 minutes performance data: read-pmdata-15m-ltp-list
    • 24 hours performance data: read-pmdata-24h-ltp-list
  • To get all 15 minutes performance data: read-pmdata-15m-list
  • to get all 24 hours performance data: read-pmdata-24h-list

Implementation

  • GUI Framework: ONAP SDNR React framework
  • Used components:  react-chartjs-2
  • Accessor for getting data from sdnr database via Elasticsearch-: Rest API