NetXMS Support Forum

English Support => General Support => Topic started by: LeonardoKoxa on June 11, 2020, 06:04:15 PM

Title: Web API
Post by: LeonardoKoxa on June 11, 2020, 06:04:15 PM
Hi guys.
I'm trying to create a web api. Reading on the internet and also in the manual I saw that there is this possibility. I'm not very expert and I'm understanding how to do it, however is there a guide that explains step by step how to create a web page with API links?
Title: Re: Web API
Post by: Filipp Sudanov on June 12, 2020, 11:11:51 AM
If you are on Windows, there's some info in the docs: https://www.netxms.org/documentation/adminguide/installation.html#installing-on-windows

If it's linux, you need to have Apache Tomcat (min version is 8) or other Java Servlet software on your system and to deploy nxmc_xxxxx.war file into that software.
Title: Re: Web API
Post by: LeonardoKoxa on June 15, 2020, 10:42:38 AM
Ok thanks so much !  ;) :)