You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
armclient put /subscriptions/{Subscription ID}/resourceGroups/{ResourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{Workspace Name}/savedSearches/{Search ID}/schedules/{Schedule ID}/actions/mythreshold?api-version=2015-03-20 $thresholdJson
160
160
161
161
Use the Put method with an existing action ID to modify a threshold action for a schedule. The body of the request must include the etag of the action.
armclient put /subscriptions/{Subscription ID}/resourceGroups/{Resource Group Name}/Microsoft.OperationalInsights/workspaces/{Workspace Name}/savedSearches/{Search ID}/schedules/{Schedule ID}/actions/myAzNsaction?api-version=2015-03-20 $AzNsJson
258
258
259
259
Use the Put method with an existing action ID to modify an Action Group associated for a schedule. The body of the request must include the etag of the action.
armclient put /subscriptions/{Subscription ID}/resourceGroups/{Resource Group Name}/Microsoft.OperationalInsights/workspaces/{Workspace Name}/savedSearches/{Search ID}/schedules/{Schedule ID}/actions/myAzNsaction?api-version=2015-03-20 $AzNsJson
263
263
264
264
#### Customize Actions
@@ -289,12 +289,12 @@ The customize email header details need to send along with ActionGroup details,
289
289
290
290
Use the Put method with a unique action ID to associate already existing Action Group with customization for a schedule. The following is a sample illustration of usage.
armclient put /subscriptions/{Subscription ID}/resourceGroups/{Resource Group Name}/Microsoft.OperationalInsights/workspaces/{Workspace Name}/savedSearches/{Search ID}/schedules/{Schedule ID}/actions/myAzNsaction?api-version=2015-03-20 $AzNsJson
294
294
295
295
Use the Put method with an existing action ID to modify an Action Group associated for a schedule. The body of the request must include the etag of the action.
armclient put /subscriptions/{Subscription ID}/resourceGroups/{Resource Group Name}/Microsoft.OperationalInsights/workspaces/{Workspace Name}/savedSearches/{Search ID}/schedules/{Schedule ID}/actions/myAzNsaction?api-version=2015-03-20 $AzNsJson
299
299
300
300
##### Customize Webhook Payload for Action Group
@@ -324,12 +324,12 @@ The customize webhook details need to send along with ActionGroup details and wi
324
324
325
325
Use the Put method with a unique action ID to associate already existing Action Group with customization for a schedule. The following is a sample illustration of usage.
armclient put /subscriptions/{Subscription ID}/resourceGroups/{Resource Group Name}/Microsoft.OperationalInsights/workspaces/{Workspace Name}/savedSearches/{Search ID}/schedules/{Schedule ID}/actions/myAzNsaction?api-version=2015-03-20 $AzNsJson
329
329
330
330
Use the Put method with an existing action ID to modify an Action Group associated for a schedule. The body of the request must include the etag of the action.
armclient put /subscriptions/{Subscription ID}/resourceGroups/{Resource Group Name}/Microsoft.OperationalInsights/workspaces/{Workspace Name}/savedSearches/{Search ID}/schedules/{Schedule ID}/actions/myAzNsaction?api-version=2015-03-20 $AzNsJson
0 commit comments