How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Microsoft Azure Functions Diagnostics API

The Diagnostics API from Microsoft Azure Functions — 22 operation(s) for diagnostics.

Microsoft Azure Functions Diagnostics API is one of 23 APIs that Microsoft Azure Functions publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Diagnostics. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an API reference, and authentication docs.

This API exposes 22 operations across 22 paths, and defines 46 schemas. It is described by OpenAPI 3.2.0, at version 2025-05-01.

Requests are made against a single base URL, https://management.azure.com.

22 operations 22 paths 46 schemas 18 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2025-05-01
Base URL
https://management.azure.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Microsoft Azure Functions Diagnostics API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (azure_auth) using the implicit flow, exposing 1 scope. By default, every request must be authenticated.

  • azure_auth — Azure Active Directory OAuth2 Flow.

Paths & Operations 22

Across 22 paths, the API surfaces 22 operations — 18 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Diagnostics 22
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors
List Hosting Environment Detector Responses
Diagnostics_ListHostingEnvironmentDetectorResponses 4 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors/{detectorName}
Get Hosting Environment Detector Response
Diagnostics_GetHostingEnvironmentDetectorResponse 8 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors
List Site Detector Responses
Diagnostics_ListSiteDetectorResponses 4 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors/{detectorName}
Get site detector response
Diagnostics_GetSiteDetectorResponse 8 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics
Get Diagnostics Categories
Diagnostics_ListSiteDiagnosticCategories 4 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}
Get Diagnostics Category
Diagnostics_GetSiteDiagnosticCategory 5 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses
Get Site Analyses
Diagnostics_ListSiteAnalyses 5 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses/{analysisName}
Get Site Analysis
Diagnostics_GetSiteAnalysis 6 params → 200default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses/{analysisName}/execute
Execute Analysis
Diagnostics_ExecuteSiteAnalysis 9 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors
Get Detectors
Diagnostics_ListSiteDetectors 5 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors/{detectorName}
Get Detector
Diagnostics_GetSiteDetector 6 params → 200default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors/{detectorName}/execute
Execute Detector
Diagnostics_ExecuteSiteDetector 9 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors
List Site Detector Responses
Diagnostics_ListSiteDetectorResponsesSlot 5 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors/{detectorName}
Get site detector response
Diagnostics_GetSiteDetectorResponseSlot 9 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics
Get Diagnostics Categories
Diagnostics_ListSiteDiagnosticCategoriesSlot 5 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}
Get Diagnostics Category
Diagnostics_GetSiteDiagnosticCategorySlot 6 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses
Get Site Analyses
Diagnostics_ListSiteAnalysesSlot 6 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses/{analysisName}
Get Site Analysis
Diagnostics_GetSiteAnalysisSlot 7 params → 200default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses/{analysisName}/execute
Execute Analysis
Diagnostics_ExecuteSiteAnalysisSlot 10 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors
Get Detectors
Diagnostics_ListSiteDetectorsSlot 6 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors/{detectorName}
Get Detector
Diagnostics_GetSiteDetectorSlot 7 params → 200default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors/{detectorName}/execute
Execute Detector
Diagnostics_ExecuteSiteDetectorSlot 10 params → 200default

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are DetectorInfo (9 properties), DetectorAbnormalTimePeriod (8 properties), DiagnosticDetectorResponseProperties (8 properties), Solution (7 properties). Each schema is shown below with its type and property counts.

DiagnosticAnalysisCollection
object
Collection of Diagnostic Analyses
2 properties 1 required
Solution
object
Class Representing Solution for problems detected.
7 properties
DiagnosticCategoryProperties
object
DiagnosticCategory resource specific properties
1 property
AbnormalTimePeriod
object
Class representing Abnormal Time Period identified in diagnosis
4 properties
DiagnosticAnalysis
object
Class representing a diagnostic analysis done on an application
1 property
AnalysisDefinition
object
Definition of Analysis
2 properties
IssueType
string
Represents the type of the Detector
DetectorType
string
Whether this detector is an Analysis Detector or not.
DiagnosticAnalysisProperties
object
DiagnosticAnalysis resource specific properties
5 properties
AnalysisData
object
Class Representing Detector Evidence used for analysis
5 properties
InsightStatus
string
Level of the most severe insight generated by the detector.
QueryUtterancesResult
object
Result for utterances query.
2 properties
RenderingType
string
Rendering Type
DiagnosticDetectorResponseProperties
object
DiagnosticDetectorResponse resource specific properties
8 properties
DataTableResponseColumn
object
Column definition
3 properties
QueryUtterancesResults
object
Suggested utterances where the detector can be applicable
2 properties
DetectorResponseProperties
object
DetectorResponse resource specific properties
5 properties
DiagnosticCategory
object
Class representing detector definition
2 properties
DefaultErrorResponse
object
App Service error response.
1 property
DetectorResponse
object
Class representing Response from Detector
2 properties
DetectorAbnormalTimePeriod
object
Class representing Abnormal Time Period detected.
8 properties
DiagnosticCategoryCollection
object
Collection of Diagnostic Categories
2 properties 1 required
DefaultErrorResponseError
object
Error model.
5 properties
DiagnosticData
object
Set of data with rendering instructions
2 properties
DiagnosticMetricSet
object
Class representing Diagnostic Metric information
6 properties
DetectorDefinition
object
Class representing detector definition
4 properties
ResponseMetaData
object
1 property
SupportTopic
object
Defines a unique Support Topic
2 properties
KeyValuePairStringObject
object
2 properties
DefaultErrorResponseErrorDetailsItem
object
Detailed errors.
3 properties
Status
object
Identify the status of the most severe insight generated by the detector.
2 properties
AnalysisDefinitionProperties
object
AnalysisDefinition resource specific properties
1 property
DetectorDefinitionResource
object
ARM resource for a detector definition
2 properties
DataTableResponseObject
object
Data Table which defines columns and raw row values
3 properties
NameValuePair
object
Name value pair.
2 properties
DiagnosticMetricSample
object
Class representing Diagnostic Metric
6 properties
SampleUtterance
object
Sample utterance.
3 properties
DetectorResponseCollection
object
Collection of detector responses
2 properties 1 required
SolutionType
string
Type of Solution
ProxyOnlyResource
object
Azure proxy only resource. This resource is not tracked by Azure Resource Manager.
4 properties
DiagnosticDetectorCollection
object
Collection of Diagnostic Detectors
2 properties 1 required
Rendering
object
Instructions for rendering the data
3 properties
DiagnosticDetectorResponse
object
Class representing Response from Diagnostic Detectors
1 property
DetectorInfo
object
Definition of Detector
9 properties
DataProviderMetadata
object
Additional configuration for a data providers
2 properties
DataSource
object
Class representing data source used by the detectors
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

microsoft-azure-functions-diagnostics-api-openapi.yml Raw ↑

Other APIs Microsoft Azure Functions publishes across the network.

Azure Functions Runtime API
Microsoft Azure Functions AppServiceEnvironments API
Microsoft Azure Functions AppServicePlans API
Microsoft Azure Functions Certificates API
Microsoft Azure Functions DeletedWebApps API
Microsoft Azure Functions Global API
Microsoft Azure Functions KubeEnvironments API
Microsoft Azure Functions Operations API
Microsoft Azure Functions Provider API
Microsoft Azure Functions Providers API
Microsoft Azure Functions Recommendations API
Microsoft Azure Functions ResourceHealthMetadata API
Where this information came from

This is an independent, third-party profile of Microsoft Azure Functions Diagnostics API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.