Hello,
Are there any plans to support setting the refresh timer via the snapd REST API?
Adding some context to this question…
In this scenario, a certain number of systems in a network must remain operational. To minimize service interruptions while refreshing, the idea is to space out the refresh times on all systems. (E.g. system A refreshes at 20:00, system B at 20:30, etc)
Given there is a large number of systems, running sudo snap set system refresh.timer=20:00-22:00 manually on each would be impractical.
Since we’re already using the REST API for other cases, it would be convenient if it supported setting the refresh timer as well.
Thanks!