example.json 548 Bytes
Newer Older
qiuqunfeng's avatar
qiuqunfeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
{
    "item": {
        "gatewayname": "example-gateway",
        "mode": "active",
        "rule_num": 10,
        "attack_num": 5
    }
}
{
    "region_code": "lf-tst7",
    "gateway_name": "zqrtest",
    "port": 9999,
    "host": "*"
}

[
    {
        "region_code": "lf-tst7",
        "gateway_name": "zqrtest",
        "port": 9999,
        "host": "*",
        "namespace": "test"
    },
    {
        "region_code": "lf-tst7",
        "gateway_name": "zqrtest",
        "port": 9999,
        "host": "*",
        "namespace": "test"
    }
]