Statistics
| Branch: | Tag: | Revision:

root / flowspec / fixtures / initial_data.json @ d0777394

History | View | Annotate | Download (698 Bytes)

1
[
2
    {
3
        "pk": 3, 
4
        "model": "flowspec.thenaction", 
5
        "fields": {
6
            "action": "discard", 
7
            "action_value": ""
8
        }
9
    }, 
10
    {
11
        "pk": 27, 
12
        "model": "flowspec.thenaction", 
13
        "fields": {
14
            "action": "rate-limit", 
15
            "action_value": "10000k"
16
        }
17
    }, 
18
    {
19
        "pk": 4, 
20
        "model": "flowspec.thenaction", 
21
        "fields": {
22
            "action": "rate-limit", 
23
            "action_value": "1000k"
24
        }
25
    }, 
26
    {
27
        "pk": 1, 
28
        "model": "flowspec.thenaction", 
29
        "fields": {
30
            "action": "rate-limit", 
31
            "action_value": "100k"
32
        }
33
    }
34
]