You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue to track the proposal of adding GET/PUT REST routings to get&set agent config as well as devices.xml
The agent currently restarts, per configuration, if the agent.json and/or devices.xml are modified on the filesystem.
these new endpoints would enable lightweight webapps for agent (re)configuration but in order to make this happen, we need to add GET and PUT endpoints for agent config as well as PUT endpoint for device model (the device model can already be retrieved at / or /probe
With the addition of agent config schema autocomplete suggestions and validation for agent config run right in the browser: