get information from NetXMS externally

Started by sperlm, July 01, 2013, 06:07:25 PM

Previous topic - Next topic

sperlm

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

Victor Kirhenshtein

Hi!

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

Best regards,
Victor