sandbox/asa/policies_crud/api_template.json
2024-11-02 14:14:15 +03:00

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"
}
}