firewallRules
firewallRules
Ordered list of firewall rules.
JSON Example
{
"firewallRules": [
{
"invalidDestination": false,
"loggingEnabled": false,
"matchTranslated": false,
"destination": {
"groupingObjectId": [
"string"
],
"ipAddress": [
"string"
],
"exclude": false,
"vnicGroupId": [
"string"
]
},
"description": "string",
"invalidApplication": false,
"source": {
"groupingObjectId": [
"string"
],
"ipAddress": [
"string"
],
"exclude": false,
"vnicGroupId": [
"string"
]
},
"enabled": false,
"ruleTag": 0,
"application": {
"service": [
{
"icmpType": "string",
"sourcePort": [
"string"
],
"protocol": "string",
"port": [
"string"
]
}
],
"applicationId": [
"string"
]
},
"ruleType": "string",
"name": "string",
"action": "string",
"ruleId": 0,
"invalidSource": false,
"direction": "string",
"statistics": {
"connectionCount": 0,
"packetCount": 0,
"byteCount": 0,
"timestamp": 0
}
}
]
}