36 lines
No EOL
615 B
JSON
36 lines
No EOL
615 B
JSON
{
|
|
"interface": "str",
|
|
"type": "str",
|
|
"action": "str",
|
|
"enabled": "bool",
|
|
"description": [
|
|
"str"
|
|
],
|
|
"source": {
|
|
"type": "str",
|
|
"value": {
|
|
"ip_version": "str",
|
|
"address": "str",
|
|
"name": "str",
|
|
"group": "str",
|
|
"interface": "str"
|
|
}
|
|
},
|
|
"destination": {
|
|
"type": "str",
|
|
"value": {
|
|
"ip_version": "str",
|
|
"address": "str",
|
|
"name": "str",
|
|
"group": "str",
|
|
"interface": "str"
|
|
},
|
|
},
|
|
"source_service": "",
|
|
"destination_service": "",
|
|
"logging": {
|
|
"enabled": "bool",
|
|
"level": "int",
|
|
"interval": "int"
|
|
}
|
|
} |