News:

We really need your input in this questionnaire

Main Menu

API for Network Maps

Started by MatthewDreher, July 11, 2016, 09:02:58 PM

Previous topic - Next topic

MatthewDreher

Hello,

I've got a guy who was asking if there was a way to generate our own network map object inside netxms.  There's a whole bunch of functionality and layout that he wants to modify on the fly and wanted to know if there was an API and way to generate it. 

Thanks. 

Alex Kirhenshtein

Hello.

If you want to have custom map visualization - you'll need to fork management console and build it with custom plugin.
Check existing one: https://git.netxms.org/public/netxms.git/tree/refs/heads/develop:/src/java/netxms-eclipse/NetworkMaps?js=1

If you  are interested in creating maps (definitions) from your code, then you  can use netxms-client library for that.

MatthewDreher