16 lines
515 B
JSON
16 lines
515 B
JSON
{
|
|
"flow_classifier": {
|
|
"id": "4a334cd4-fe9c-4fae-af4b-321c5e2eb051",
|
|
"name": "FC1",
|
|
"tenant_id": "1814726e2d22407b8ca76db5e567dcf1",
|
|
"description": "Flow rule for classifying TCP traffic",
|
|
"protocol": "TCP",
|
|
"source_port_range_min": 100,
|
|
"source_port_range_max": 4000,
|
|
"destination_port_range_min": 80,
|
|
"destination_port_range_max": 80,
|
|
"source_ip_prefix": null,
|
|
"destination_ip_prefix": "22.12.34.65"
|
|
}
|
|
}
|