Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
List all the existing Smart Detector alert rules within the subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/microsoft.alertsManagement/smartDetectorAlertRules
List all the existing Smart Detector alert rules within the subscription and …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules
Get a specific Smart Detector alert rule.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:alertsmanagement-SmartDetectorAlertRulesApi
At a glance
Language Java
Endpoints6
✓ Official