@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
22 lines • 445 B
JSON
{
"name": "Block sensitive web traffic",
"description": "Blocks sensitive web traffic",
"ipVersion": "ipv6",
"rules": [
{
"policy": "deny",
"protocol": "tcp",
"srcPort": "1,33",
"dstPort": "22-30"
},
{
"policy": "allow",
"protocol": "any",
"srcPort": "any",
"dstPort": "any"
}
],
"id": 123,
"createdAt": "2021-05-19T17:08:25Z",
"updatedAt": "2021-05-19T17:11:54Z"
}