You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.2 KiB
62 lines
1.2 KiB
6 days ago
|
{
|
||
|
"NetworkCommand": {
|
||
|
"DefaultRetryCount": 3,
|
||
|
"DefaultRetryInterval": 1000,
|
||
|
"NetworkCommands": [
|
||
|
{
|
||
|
"type": 1,
|
||
|
"template": "network init",
|
||
|
"timeout": 30000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 1,
|
||
|
"template": "network check",
|
||
|
"timeout": 15000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 1,
|
||
|
"template": "network verify",
|
||
|
"timeout": 20000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 2,
|
||
|
"template": "network start",
|
||
|
"timeout": 25000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 2,
|
||
|
"template": "network resume",
|
||
|
"timeout": 20000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 3,
|
||
|
"template": "network stop",
|
||
|
"timeout": 8000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 3,
|
||
|
"template": "network cleanup",
|
||
|
"timeout": 5000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 4,
|
||
|
"template": "network status",
|
||
|
"timeout": 5000,
|
||
|
"isEnabled": true
|
||
|
},
|
||
|
{
|
||
|
"type": 4,
|
||
|
"template": "network info",
|
||
|
"timeout": 5000,
|
||
|
"isEnabled": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|