FastL4 application with DSR enabledΒΆ

FastL4 application with DSR enabled using below example:

{
    "allowOverwrite": false,
    "name": "<app_name>",
    "description": "<app_name> description",
    "set_name": "Examples",
    "template_name": "http",
    "parameters": {
        "pools": [
            {
                "servicePort": 80,
                "loadBalancingMode": "least-connections-member",
                "loadBalancingRatio": 15,
                "monitorType": [
                    "tcp"
                ],
                "poolName": "<app_name>_pool",
                "isServicePool": false,
                "poolMembers": [
                    {
                        "name": "member01"
                    }
                ]
            }
        ],
        "monitors": [
            {
                "isDefault": true,
                "isTcpMonitor": true,
                "interval": 10,
                "monitorName": "tcp",
                "receiveString": ".*",
                "sendString": "",
                "timeout": 16
            }
        ],
        "virtuals": [
            {
                "auto_last_hop": "auto",
                "enable_Access": false,
                "enable_InspectionServices": false,
                "enable_TLS_Server": false,
                "enable_FastL4_DSR": true,
                "enable_snat": true,
                "FastL4_TOS": 40,
                "FastL4_idleTimeout": 600,
                "FastL4_looseClose": true,
                "FastL4_looseInitialization": true,
                "FastL4_pvaAcceleration": "full",
                "FastL4_pvaDynamicClientPackets": 1,
                "FastL4_pvaDynamicServerPackets": 0,
                "FastL4_resetOnTimeout": true,
                "FastL4_tcpCloseTimeout": 43200,
                "FastL4_tcpHandshakeTimeout": 43200,
                "snat_automap": true,
                "snat_addresses": [],
                "enable_FastL4": true,
                "enable_HTTP2_Profile": false,
                "enable_UDP_Profile": false,
                "enable_TCP_Profile": false,
                "enable_mirroring": true,
                "enable_TLS_Client": false,
                "enable_SsloPolicy": false,
                "enable_WAF": false,
                "enable_iRules": false,
                "virtualPort": 80,
                "virtualName": "<app_name>_vs",
                "pool": "<app_name>_pool"
            }
        ],
        "enable_Global_Resiliency": false,
        "application_description": "<app_name> description",
        "application_name": "<app_name>"
    }
}