Skip to content

Instantly share code, notes, and snippets.

@c-success
Last active April 16, 2020 11:15
Show Gist options
  • Save c-success/b17739ab837d073d42fc2bef7ede4162 to your computer and use it in GitHub Desktop.
Save c-success/b17739ab837d073d42fc2bef7ede4162 to your computer and use it in GitHub Desktop.
POST /api/v2/analytics/ladc/pr-client-os HTTP/1.1
Host: 35.226.184.162
provider: root
tenant: Test
Authorization: Basic cWFhdXRvbWF0aW9uMkBhcHBjaXRvLm5ldDpwYXNzd29yZA==
Content-Type: application/json
{
"ladcClientOs": {
"rangeby": {
"start": 1532476860000,
"end": 1532498460000,
"field": "timestamp"
},
"filterby": {
"and": {
"applicationId": "Test",
"clientOSName": "~unknown"
}
},
"regexp" : {
"and": {
"productId": "LADC-Pro"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment