{ "luci-app-bandwidth-manager": { "description": "Bandwidth Manager - QoS & Traffic Control", "read": { "ubus": { "luci.bandwidth-manager": [ "status", "list_rules", "list_quotas", "get_quota", "get_usage_realtime", "get_usage_history" ] } }, "write": { "ubus": { "luci.bandwidth-manager": [ "add_rule", "delete_rule", "set_quota", "reset_quota" ] }, "uci": ["bandwidth"] } } }