Difference between revisions of "NetXMS WebAPI"

Jump to navigation Jump to search
No change in size ,  09:46, 29 June 2017
m
no edit summary
(Created page with "The NetXMS WebAPI is being developed to support larger integration possibilities for the NetXMS server and is based on the RESTful philosophy. The API currently supports Net...")
 
m
Line 10: Line 10:
1. Clone the NetXMS git repository to a folder on your computer.
1. Clone the NetXMS git repository to a folder on your computer.
2. Navigate to {{#tag:syntaxhighlight|NETXMS_GIT/src/server/nxapisrv/java|lang=bash}}
2. Navigate to {{#tag:syntaxhighlight|NETXMS_GIT/src/server/nxapisrv/java|lang=bash}}
3. Run {{#tag:syntaxhighlight|mvn install|lang=bash}}
3. Run {{#tag:syntaxhighlight|mvn package|lang=bash}}
4. Copy the resulting .war file from {{#tag:syntaxhighlight|/targets/netxms-websvc-2.1-M3.war|lang=bash}} to your web server.   
4. Copy the resulting .war file from {{#tag:syntaxhighlight|/targets/netxms-websvc-2.1-M3.war|lang=bash}} to your web server.   
5. Create a {{#tag:syntaxhighlight|nxapisrv.properties|lang=bash}} file and place it in the property file location of your web server and specify the NetXMS Server address with the {{#tag:syntaxhighlight|NXServer=|lang=bash}} property.
5. Create a {{#tag:syntaxhighlight|nxapisrv.properties|lang=bash}} file and place it in the property file location of your web server and specify the NetXMS Server address with the {{#tag:syntaxhighlight|NXServer=|lang=bash}} property.
683

edits

Navigation menu