Files
neutron-lib/api-ref/source/v2/samples/sfc-classifiers/flow-classifier-update-resp.json
elajkat 7de2cb339b api-ref: Move sfc api-ref to neutron-lib
Change-Id: I1ce9d664b3a3415ab15681b75abe0076706703da
2023-07-24 16:37:49 +02:00

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"
}
}