{
    "server": "byteblower-server.example.com.",
    "meeting_point": "byteblower-meeting-point.example.com.",
    "ports": [
        {
            "name": "NSI",
            "port_group": [
                "classic_nsi"
            ],
            "interface": "trunk-1-3",
            "ipv4": "dhcp"
        },
        {
            "name": "CPE",
            "port_group": [
                "classic_cpe"
            ],
            "uuid": "4d9a5fdb-32b4-4523-ace9-5972518de13b",
            "ipv4": true
        }
    ],
    "flows": [
        {
            "name": "Downstream UDP flow",
            "type": "frame_blasting",
            "source": {
                "port_group": [
                    "classic_nsi"
                ]
            },
            "destination": {
                "port_group": [
                    "classic_cpe"
                ]
            },
            "frame_size": 60,
            "frame_rate": 850,
            "analysis": {
                "latency": true,
                "max_loss_percentage": 1,
                "max_threshold_latency": 20
            }
        },
        {
            "name": "Bidirectional HTTP flow",
            "type": "http",
            "source": {
                "port_group": [
                    "classic_nsi"
                ]
            },
            "destination": {
                "port_group": [
                    "classic_cpe"
                ]
            },
            "initial_time_to_wait": 2.0,
            "duration": 40.0,
            "receive_window_scaling": 12,
            "add_reverse_direction": true
        }
    ],
    "report": {
        "html_report": true,
        "json_report": true,
        "junit_xml_report": false
    },
    "enable_scouting_flows": true,
    "maximum_run_time": 30.0
}
