mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
79 lines
1.1 KiB
JSON
79 lines
1.1 KiB
JSON
{
|
|
"Device.X_IOPSYS_EU_Syslog.": {
|
|
"type": "object",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"array": false,
|
|
"ServerIPAddress": {
|
|
"type": "string",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"read": true,
|
|
"write": true,
|
|
"mapping": [
|
|
{
|
|
"type": "uci",
|
|
"uci": {
|
|
"file": "system",
|
|
"section": {
|
|
"name": "@system[0]"
|
|
},
|
|
"option": {
|
|
"name": "log_ip"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"ServerPort": {
|
|
"type": "unsignedInt",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"read": true,
|
|
"write": true,
|
|
"mapping": [
|
|
{
|
|
"type": "uci",
|
|
"uci": {
|
|
"file": "system",
|
|
"section": {
|
|
"name": "@system[0]"
|
|
},
|
|
"option": {
|
|
"name": "log_port"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"ConsoleLogLevel": {
|
|
"type": "unsignedInt",
|
|
"protocols": [
|
|
"cwmp",
|
|
"usp"
|
|
],
|
|
"read": true,
|
|
"write": true,
|
|
"mapping": [
|
|
{
|
|
"type": "uci",
|
|
"uci": {
|
|
"file": "system",
|
|
"section": {
|
|
"name": "@system[0]"
|
|
},
|
|
"option": {
|
|
"name": "conloglevel"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|