How to update the configuration of an app with REST

I have several ctrlX Cores and want to update a file within a configuration of an app. Via REST (implemented in a python script on a remote server) I want to update all of my Cores in the network with a new flows.json file. I already can create a new configuration via REST but my goal is to update files within an already existing configuration. How can this be accomplished?

This is just an example. In future I want to also update other app's configurations on serveral Cores at once.

Best reply by CodeShepherd

WebDAV is a standard protocol that can be used e.g. by WinSCP. After login you have access to the files in the solution storage. WinSCP is a free ftp,sftp,WebDAV,... client also available as portable version.

 

View original
11 replies