attendedsysupgrade.json 422 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "attendedsysupgrade": {
  3. "description": "attended sysupgrade via rpcd and luci",
  4. "read": {
  5. "ubus": {
  6. "rpc-sys": [
  7. "upgrade_start",
  8. "packagelist"
  9. ],
  10. "system": [
  11. "board",
  12. "info"
  13. ],
  14. "uci": [
  15. "get", "set", "commit"
  16. ]
  17. },
  18. "uci": [
  19. "attendedsysupgrade"
  20. ]
  21. },
  22. "write": {
  23. "cgi-io": [
  24. "upload"
  25. ],
  26. "uci": [
  27. "attendedsysupgrade"
  28. ]
  29. }
  30. }
  31. }