NetXMS Support Forum

English Support => General Support => Topic started by: sperlm on July 01, 2013, 06:07:25 PM

Title: get information from NetXMS externally
Post by: sperlm on July 01, 2013, 06:07:25 PM
Hello,

   is there a way, apart from SQL query, to get information stored in NetXMS ?

The goal would be having a wiki/document or simply a link that would list Overview (General and Comments) information for Object with predefined ID for example?

A sort of html link with user login/password (created for this readonly purpose).
Does not have to be a link, any batch script would do (to pass needed information to a text file for example).

With Regards

Milan Sperl
Title: Re: get information from NetXMS externally
Post by: Victor Kirhenshtein on July 01, 2013, 06:14:44 PM
Hi!

You can use nxshell scripts (http://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations (http://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations)) or directly Java API (https://www.netxms.org/documentation/javadoc/latest/ (https://www.netxms.org/documentation/javadoc/latest/)) to get information from NetXMS in your script/application.

Best regards,
Victor