Skip to content

Commit

Permalink
adding throttle analytics export API two new filters (Azure#11806)
Browse files Browse the repository at this point in the history
* updating with two new filters

* fix typo

* typo
  • Loading branch information
grizzlytheodore authored and giromm2ms committed Dec 20, 2020
1 parent d7f9911 commit b94919e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11547,6 +11547,14 @@
"groupByResourceName": {
"type": "boolean",
"description": "Group query result by Resource Name."
},
"groupByClientApplicationId": {
"type": "boolean",
"description": "Group query result by Client Application ID."
},
"groupByUserAgent": {
"type": "boolean",
"description": "Group query result by User Agent."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"fromTime": "2018-01-21T01:54:06.862601Z",
"toTime": "2018-01-23T01:54:06.862601Z",
"groupByOperationName": true,
"groupByResourceName": false
"groupByResourceName": false,
"groupByClientApplicationId": false,
"groupByUserAgent": false
}
},
"responses": {
Expand Down

0 comments on commit b94919e

Please sign in to comment.