Statistics Export via POST: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 1: Line 1:
The Statistics Export allows querying the API of the Allegro Network Multimeter and transmit JSON results to a remote server via HTTP POST requests. The API path can be determined by using a debug console of the browser on any of the modules of the Allegro Network Multimeter.
The Statistics Export allows querying the API of the Allegro Network Multimeter and transmit JSON results to a remote server via HTTP POST requests. The API path can be determined by using a browser debug console on any of the modules of the Allegro Network Multimeter.


The configuration can be found in the menu "Settings -> Remote access & export -> Statistics export".
The configuration can be found in the menu "Settings -> Remote access & export -> Statistics export".
Line 9: Line 9:
* External POST target: '''http://10.0.0.1:3000/interface-stats-for-mm-1234'''
* External POST target: '''http://10.0.0.1:3000/interface-stats-for-mm-1234'''


This will generate a '''POST /interface-stats-for-mm-1234''' request to '''10.0.0.1''' every minute and send the interface statistics of the multimeter.
This will generate a '''POST /interface-stats-for-mm-1234''' request to '''10.0.0.1''' every minute and send the interface statistics of the Multimeter.


== Example receiving server ==
== Example receiving server ==
inactive
369

edits