Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm aware ioxclient is merely making calls to a REST API, and I see mention of various URLs across documentation, but I cannot find a place where that API is fully documented?
Our problem with IOx is making atomic updates to IOx agents on multiple routers (100+) over an unreliable network. To publish an update to an App we potentially have to:Possibly get current config & editStop AppDeactivate AppUpgrade AppActivate AppPo...
Hi folks I am running a Python IOx agent that can suddenly hang, mid-execution. In IOx, the application is still shown as running but no more logs are output (or any other form of interact with other services, e.g. http calls to our server). The App...
Thanks for that, Steve. It was indeed the problem - a 3rd party module was slyly logging to console when debug logging was enabled. Overrriding logger settings for that module solved the problem.