-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflag_managed_by_github.json
More file actions
61 lines (61 loc) · 1.13 KB
/
flag_managed_by_github.json
File metadata and controls
61 lines (61 loc) · 1.13 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"id": "935bc1e0-48c7-11ee-a87d-925e66ae7524",
"name": "flag_managed_by_github",
"environment": {
"id": "48d8d230-7693-11e9-b44b-0a1c02136776",
"name": "Prod-Vacations"
},
"trafficType": {
"id": "48d61310-7693-11e9-b44b-0a1c02136776",
"name": "user"
},
"killed": false,
"treatments": [
{
"name": "on",
"description": ""
},
{
"name": "off",
"description": ""
}
],
"defaultTreatment": "off",
"baselineTreatment": "off",
"trafficAllocation": 80,
"rules": [
{
"buckets": [
{
"treatment": "on",
"size": 100
}
],
"condition": {
"combiner": "AND",
"matchers": [
{
"type": "IN_LIST_STRING",
"attribute": "state",
"strings": [
"PA",
"NY",
"MI",
"RI",
"NE"
]
}
]
}
}
],
"defaultRule": [
{
"treatment": "off",
"size": 100
}
],
"creationTime": 1693573257812,
"lastUpdateTime": 1693573280574,
"changeNumber": 1693573280575
}