Skip to content

Commit

Permalink
Add purge API details. (#7157)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoramsinger authored and yungezz committed Sep 16, 2019
1 parent 09aacbb commit e0d9ceb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/purge": {
"post": {
"description": "Purges data in an Application Insights component by a set of user-defined filters.",
"description": "Purges data in an Application Insights component by a set of user-defined filters.\n\nIn order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected.",
"operationId": "Components_Purge",
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"resourceGroupName": "my-resource-group",
"resourceName": "my-component",
"InsightProperties": {
"name": "my-component",
"location": "South Central US",
"kind": "web",
"properties": {
"Application_Type": "web",
"ApplicationId": "my-component",
"Flow_Type": "Bluefield",
"Request_Source": "rest"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"resourceGroupName": "my-resource-group",
"resourceName": "my-component",
"InsightProperties": {
"name": "my-component",
"location": "South Central US",
"kind": "web",
"tags": {
Expand Down

0 comments on commit e0d9ceb

Please sign in to comment.