TrafficRule.json 440 Bytes
Newer Older
Shlomi Hadad's avatar
Shlomi Hadad committed
{
	"TrafficRule": {
		"trafficRuleId": "TrafficRule123",
		"serName": "ExampleService",
		"filterType": "FLOW",
		"priority": 1,
		"trafficFilter": {
			"srcAddress": [
				"192.168.2.0/24",
				"192.168.3.0/24"
			],
			"dstAddress": [
				"192.127.4.100/32"
			],
			"dstPort": [
				80
			]
		},
		"action": "FORWARD_DECAPSULATED",
		"dstInterface": {
			"interfaceType": "IP",
			"dstIpAddress": "20.1.1.1"
		},
		"state": "ACTIVE"
	}
}