
Azure DevOps Health is a public API providing resource health helps you diagnose and get support when an azure issue impacts your resources.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://docs.microsoft.com/en-us/rest/api/resourcehealth | Primary API endpoint. |
curl -X GET "https://docs.microsoft.com/en-us/rest/api/resourcehealth" \ -H "Accept: application/json"