03-15-2023 04:29 AM
Hi,
Currently the only a way I found to add or update a WebVI on our Systemlnk Server was through manually selecting the nipkg.
Is there a way - maybe through the ni package manager feeds to automatically deploy/update a webvi application on the server?
Thanks!
Solved! Go to Solution.
03-15-2023 07:16 PM
Don't believe there is a way to do so from a package feed. There is an HTTP REST API for the Document Service and the PUT /webapps/{id}/content endpoint is used to update an existing WebVI with the id.
There isn't a LabVIEW API for the document service specifically but I was able to call the end point leveraging bits of the SystemLink Configuration VIs and the HTTP Client VIs like follows:
04-24-2023 09:15 AM
Hi
I have 2 question: