The data extraction interface can extract data from Network Monitor with HTTP Get commands.
Prerequisite
Each get request sent to Network Monitor must include a operator username and the operator must be flagged for Auto login. If the user is also flagged as a system administrator, the user has system wide access. Otherwise the information is restricted to the data controlled by the operator groups the operator is member of. If the operator is not allowed to access the information Network Monitor returns an HTTP 404 error code.
URL Syntax
The format of the URL sent to Network Monitor contains some required parameters.
Example URL for extracting a chart from a monitor
http://localhost:8080/extract.xsi?cmd=monitor_graph&user=Admin&id=8¶m1=2
cmd |
Command to execute |
user |
Network Monitor operator username |
id |
Id of monitor or operator |
param1 |
Custom parameter |