NetXMS Support Forum

English Support => General Support => Topic started by: MatthewDreher on July 11, 2016, 09:02:58 PM

Title: API for Network Maps
Post by: MatthewDreher on July 11, 2016, 09:02:58 PM
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. 
Title: Re: API for Network Maps
Post by: Alex Kirhenshtein on July 12, 2016, 11:45:37 AM
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.
Title: Re: API for Network Maps
Post by: MatthewDreher on July 12, 2016, 07:20:20 PM
Thanks.