-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrule_base_segments.json
More file actions
61 lines (61 loc) · 1.37 KB
/
rule_base_segments.json
File metadata and controls
61 lines (61 loc) · 1.37 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
{"ff": {"d": [], "t": -1, "s": -1},
"rbs": {"t": -1, "s": -1, "d":
[{
"changeNumber": 5,
"name": "sample_rule_based_segment",
"status": "ACTIVE",
"trafficTypeName": "user",
"excluded":{"keys":["mauro@split.io","gaston@split.io"],"segments":[]},
"conditions": [
{
"matcherGroup": {
"combiner": "AND",
"matchers": [
{
"keySelector": {
"trafficType": "user",
"attribute": "email"
},
"matcherType": "ENDS_WITH",
"negate": false,
"whitelistMatcherData": {
"whitelist": [
"@split.io"
]
}
}
]
}
}
]},
{
"changeNumber": 5,
"name": "dependent_rbs",
"status": "ACTIVE",
"trafficTypeName": "user",
"excluded": {
"keys": [],
"segments": []
},
"conditions": [
{
"conditionType": "ROLLOUT",
"matcherGroup": {
"combiner": "AND",
"matchers": [
{
"keySelector": {
"trafficType": "user"
},
"matcherType": "IN_RULE_BASED_SEGMENT",
"negate": false,
"userDefinedSegmentMatcherData": {
"segmentName": "sample_rule_based_segment"
}
}
]
}
}
]
}]
}}