NetXMS Support Forum

English Support => Feature Requests => Topic started by: Martin Prejsa on July 04, 2025, 05:29:34 PM

Title: Integration with VCS
Post by: Martin Prejsa on July 04, 2025, 05:29:34 PM
Hello!
I have quite the collection of scripts in my script library, and i have multiple colleagues working on the scripts as well. Would it be possible to implement a feature which will save/load the scripts to/from the filesystem so it could be integrated with a version control system like Git? 

I have also looked into the Rest API for exporting/importing the scripts, and it seems that no such thing exists.

Thanks.
Title: Re: Integration with VCS
Post by: Filipp Sudanov on September 19, 2025, 10:55:02 AM
Hi,

git-enabled configuration might be nice, but then comes a question what should be included like templates and other stuff, so this may end up in serious development effort and the resources are limited.

What can be done currently - there's nxshell api that allows to do everything that management client can do. So you can import and export script library scripts (and get list which scripts are in the system).