{ "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", "get_media", "get_classes", "get_dpi_applications", "get_smart_suggestions", "list_groups", "get_group", "get_analytics_summary", "get_hourly_data", "get_builtin_profiles", "list_profiles", "get_profile", "list_profile_assignments", "list_parental_schedules", "list_preset_modes", "get_filter_categories", "get_alert_settings", "get_alert_history", "get_pending_alerts", "get_realtime_bandwidth", "get_historical_traffic", "get_device_traffic", "get_top_talkers", "get_protocol_breakdown" ], "system": [ "info", "board" ], "file": [ "read", "stat" ] }, "uci": [ "bandwidth" ] }, "write": { "ubus": { "luci.bandwidth-manager": [ "add_rule", "delete_rule", "set_quota", "reset_quota", "apply_dpi_rule", "create_group", "update_group", "delete_group", "add_to_group", "remove_from_group", "record_stats", "create_profile", "update_profile", "delete_profile", "clone_profile", "assign_profile_to_device", "assign_profile_to_group", "remove_profile_assignment", "create_parental_schedule", "update_parental_schedule", "delete_parental_schedule", "toggle_parental_schedule", "activate_preset_mode", "update_alert_settings", "configure_email", "configure_sms", "test_notification", "acknowledge_alert", "check_alert_thresholds" ] }, "uci": ["bandwidth"] } } }