Skip to content

Instantly share code, notes, and snippets.

@c-success
Last active April 16, 2020 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c-success/bd3e695f75d5458a65579046b11844f9 to your computer and use it in GitHub Desktop.
Save c-success/bd3e695f75d5458a65579046b11844f9 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
Content-Type: application/json
Authorization: Basic cWFhdXRvbWF0aW9uMkBhcHBjaXRvLm5ldDpwYXNzd29yZA==
{
"ladcClientOs": {
"fields": [
"numOfRecords"
],
"aggregation": "sum",
"sort": "desc",
"groupby": "clientOSName",
"rangeby": {
"start": 1532476860000,
"end": 1532498460000,
"field": "timestamp"
},
"filterby": {
"and": {
"applicationId": "Test"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment