Using litellm with azure.com

Python integration

Install
pip install litellm
Quick start
import litellm

# Use an OAuth2 access token
client = litellm.Client(access_token="YOUR_ACCESS_TOKEN")
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
SDK on GitHub 📄 API Docs
SDK
litellm
Python
API
azure.com
azure.com:alertsmanagement-AlertsManagement
At a glance
Language Python
Endpoints17