Skip to content

Commit ff2ed2a

Browse files
committed
updated name of api
1 parent 7ef3f52 commit ff2ed2a

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

articles/azure-monitor/alerts/migrate-from-get-summary-api.md renamed to articles/azure-monitor/alerts/migrate-from-alerts-summary-api.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
2-
title: Migrate from the Azure Monitor alerts Get Summary API
3-
description: Find out how to migrate from the Azure Monitor alerts Get Summary API, which is being deprecated
2+
title: Migrate from the Azure Monitor alertsSummary API
3+
description: Find out how to migrate from the Azure Monitor alertsSummary API, which is being deprecated
44
ms.topic: how-to
55
ms.date: 09/21/2023
66
ms.author: abbyweisberg
77
---
88

99

10-
# Migrate from the Get alert summary API to ARG query
10+
# Migrate from the alertsSummary API to ARG queries
1111

12-
The [Get Summary API](/rest/api/monitor/alertsmanagement/alerts/get-summary) is being deprecated as of September 30,2026. Instead of the Get Summary API, you can use Azure Resource Graph queries to get the same information.
12+
The [alertsSummary API](/rest/api/monitor/alertsmanagement/alerts/get-summary) is being deprecated as of September 30,2026. Instead of the alertsSummary API, you can use Azure Resource Graph queries to get the same information.
1313

14-
Azure Resource Graph queries provide flexibility to query your Azure data and can be used for Azure monitor alerts instead of the Get Summary API.
14+
Azure Resource Graph queries provide flexibility to query your Azure data and can be used for Azure monitor alerts instead of the alertsSummary API.
1515

16-
Azure Resource Graph queries provide more functionality than the Get Summary API, including:
16+
Azure Resource Graph queries provide more functionality than the alertsSummary API, including:
1717
* The ability to add new fields to the query that returns the alert summary.
1818
* The ability to be more flexible in the query that returns the alert summary.
1919

20-
## Implementation of the current Get Summary API:
20+
## Implementation of the current alertsSummary API:
2121

22-
This is the format for the calling the Get Summary API:
22+
This is the format for the calling the alertsSummary API:
2323

2424
`GET https://management.azure.com/subscriptions/{subId}/providers/Microsoft.AlertsManagement/alertsSummary?groupby=severity,alertState&api-version=2019-03-01`
2525

2626
Response: AlertSummary_Sev_Alertstate
2727

28-
This is an example of the output from the Get Summary API:
28+
This is an example of the output from the alertsSummary API:
2929

3030
```json
3131
{
@@ -64,8 +64,7 @@ This is an example of the output from the Get Summary API:
6464

6565
## Use the Azure Resource Graph query
6666

67-
Use Azure Resource Graph queries instead of the Get Summary API call.
68-
See these Azure Resource Graph samples that retrieve alert summary information:
67+
Use these Azure Resource Graph queries instead of the alertsSummary API call to retrieve alert information, or use these queries as a basis for designing your own queries.
6968

7069
- [List Azure Monitor alerts ordered by severity](../../governance/resource-graph/samples/starter.md#list-azure-monitor-alerts-ordered-by-severity)
7170
- [List Azure Monitor alerts ordered by severity and alert state](../../governance/resource-graph/samples/starter.md#list-azure-monitor-alerts-ordered-by-severity-and-alert-state)

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,8 +1604,8 @@ items:
16041604
href: essentials/rest-api-walkthrough.md
16051605
- name: Migrate to the metrics getBatch API
16061606
href: essentials/migrate-to-batch-api.md
1607-
- name: Migrate from the alerts Get Summary API
1608-
href: alerts/migrate-from-get-summary-api.md
1607+
- name: Migrate from the alertsSummary API
1608+
href: alerts/migrate-from-alerts-summary-api.md
16091609
- name: Azure alerts management SDK for Python
16101610
href: /python/api/azure-mgmt-monitor/azure.mgmt.monitor.monitormanagementclient
16111611
- name: Resource Manager templates

0 commit comments

Comments
 (0)