Created
May 15, 2017 18:36
-
-
Save sfentress/b565b0edb012178316b6fadd6147961a to your computer and use it in GitHub Desktop.
Log Manager query for individual pages in LARA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filter": [ | |
{ | |
"key": "page_id", | |
"list": [ | |
"4611", | |
"4629" | |
], | |
"remove": false, | |
"filter_type": "string" | |
}, | |
{ | |
"key": "sequence_id", | |
"list": [ | |
"171" | |
], | |
"remove": false, | |
"filter_type": "string" | |
}, | |
{ | |
"key": "time", | |
"start_time": "2017-05-15T00:01", | |
"end_time": "2017-05-15T23:59", | |
"filter_type": "time" | |
} | |
], | |
"filter_having_keys": { | |
"keys_list": [] | |
}, | |
"measures": [], | |
"child_query": { | |
"filter": [], | |
"add_child_data": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment