Parameter | Description |
---|---|
Entity | The display name of the device, group, or matrix. For example: Dev-GW-R71Test1 . |
Entity Type | The type of the entity. |
Parameter | Description |
---|---|
Response Type | The output format. |
{
"riskyRules": [
{
"device": "Nachos",
"ruleId": "2B1EA29F-3ED3-4FAC-BA7C-FC27F1A6305F",
"ruleNum": "1",
"source": [
"n10_20_0_0"
],
"destination": [
"Any"
],
"service": [
"Any"
],
"action": "accept",
"documentation": {
"documentation": ""
},
"risks": [
{
"code": "R01",
"severity": "MEDIUM",
"title": "\"From somewhere to Any allow Any service\" rules"
}
],
"totalBySeverity": {
"LOW": 0,
"HIGH": 0,
"MEDIUM": 1,
"SUSP_HIGH": 0
},
"trafficCount": "0"
},
"…"
],
"status": true
}
Was this page helpful?