azure.com

Azure Alerts Management Service provides a single pane of glass of alerts across Azure Monitor.

🔑 oauth2 17 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
List all operations available through Azure Alerts Management Resource Provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.AlertsManagement/operations
List alerts meta data information based on value of identifier parameter.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.AlertsManagement/alertsMetaData
List all existing alerts, where the results can be filtered on the basis of m…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts
Endpoints (17 total)
GET
/providers/Microsoft.AlertsManagement/operations
List all operations available through Azure Alerts Management Resource Provider.
GET
/providers/Microsoft.AlertsManagement/alertsMetaData
List alerts meta data information based on value of identifier parameter.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts
List all existing alerts, where the results can be filtered on the basis of m…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/actionRules
Get all action rule in a given subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups
Get all Smart Groups within a specified subscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
Get a summarized count of your alerts grouped by various parameters (e.g. gro…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}
Get a specific alert.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}/history
Get the history of an alert, which captures any monitor condition changes (Fi…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
Get information related to a specific Smart Group.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}/history
Get the history a smart group, which captures any Smart Group state changes (…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AlertsManagement/actionRules
Get all action rules created in a resource group
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AlertsManagement/actionRules/{actionRuleName}
Get action rule by name
Related APIs in same category
azure.comazure.comazure.comazure.comazure.com
At a glance
Total SDKs9
Languages8
Endpoints17
Authoauth2
Categories1