This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-maat/test/json_update/old.json

34 lines
1.0 KiB
JSON
Raw Normal View History

2023-05-04 17:10:19 +08:00
{
2024-08-22 03:11:15 +00:00
"rule_table": "RULE_DEFAULT",
"object_group_table": "OBJECT_GROUP",
2023-05-04 17:10:19 +08:00
"rules": [
{
2024-09-26 11:14:06 +00:00
"uuid": "9c5ee166-3af6-fb23-f8f8-8c7062ed3717",
2023-05-04 17:10:19 +08:00
"service": 1,
"action": 1,
"do_blacklist": 1,
"do_log": 1,
"user_region": "anything",
"is_valid": "yes",
"and_conditions": [
2023-05-04 17:10:19 +08:00
{
2024-09-14 11:29:12 +00:00
"attribute_name": "HTTP_URL",
"objects": [
2023-05-04 17:10:19 +08:00
{
2024-09-14 11:29:12 +00:00
"items": [
{
"table_name": "HTTP_URL",
"table_type": "expr",
"table_content": {
"expression": "hello&world",
2024-09-14 11:29:12 +00:00
"expr_type": "and"
}
}
]
2023-05-04 17:10:19 +08:00
}
]
}
]
}
]
2024-09-14 11:29:12 +00:00
}