41 lines
674 B
JSON
41 lines
674 B
JSON
{
|
|
"luci-app-bandix": {
|
|
"description": "Grant access to bandix traffic monitoring",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.bandix": [
|
|
"getStatus",
|
|
"getMetrics",
|
|
"getConnection",
|
|
"setHostname",
|
|
"getDnsQueries",
|
|
"getDnsStats",
|
|
"getScheduleLimits",
|
|
"setScheduleLimit",
|
|
"deleteScheduleLimit"
|
|
]
|
|
},
|
|
"uci": [
|
|
"bandix"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.bandix": [
|
|
"getStatus",
|
|
"getMetrics",
|
|
"getConnection",
|
|
"setHostname",
|
|
"getDnsQueries",
|
|
"getDnsStats",
|
|
"getScheduleLimits",
|
|
"setScheduleLimit",
|
|
"deleteScheduleLimit"
|
|
]
|
|
},
|
|
"uci": [
|
|
"bandix"
|
|
]
|
|
}
|
|
}
|
|
} |