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 user username. 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 user groups the user is member of. If the user 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/knm/extract.xsi?cmd=monitor_graph&user=Admin&id=8¶m1=2
cmd |
Command to execute |
user |
Network Monitor user username |
id |
Id of monitor or user |
param1 |
Custom parameter |