Diagnostic - List By Service
Lists all diagnostics of the API Management service instance.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/diagnostics?api-version=2022-08-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/diagnostics?$filter={$filter}&$top={$top}&$skip={$skip}&api-version=2022-08-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. The name is case insensitive. |
service
|
path | True |
string |
The name of the API Management service. Regex pattern: |
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string |
The API version to use for this operation. |
$filter
|
query |
string |
| Field | Usage | Supported operators | Supported functions | |
|
$skip
|
query |
integer int32 |
Number of records to skip. |
|
$top
|
query |
integer int32 |
Number of records to return. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Paged Result response of diagnostics. |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
ApiManagementListDiagnostics
Sample request
Sample response
{
"value": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/diagnostics/applicationinsights",
"type": "Microsoft.ApiManagement/service/diagnostics",
"name": "applicationinsights",
"properties": {
"alwaysLog": "allErrors",
"httpCorrelationProtocol": "Legacy",
"verbosity": "information",
"logClientIp": true,
"loggerId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/loggers/aisamplingtest",
"sampling": {
"samplingType": "fixed",
"percentage": 100
},
"frontend": {
"request": {
"headers": [],
"body": {
"bytes": 0
}
},
"response": {
"headers": [],
"body": {
"bytes": 0
}
}
},
"backend": {
"request": {
"headers": [],
"body": {
"bytes": 0
}
},
"response": {
"headers": [],
"body": {
"bytes": 0
}
}
}
}
},
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/diagnostics/azuremonitor",
"type": "Microsoft.ApiManagement/service/diagnostics",
"name": "azuremonitor",
"properties": {
"logClientIp": true,
"loggerId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/loggers/azuremonitor",
"sampling": {
"samplingType": "fixed",
"percentage": 100
}
}
}
],
"count": 1
}
Definitions
Name | Description |
---|---|
Always |
Specifies for what type of messages sampling settings should not apply. |
Body |
Body logging settings. |
Data |
|
Data |
|
Data |
Data masking mode. |
Diagnostic |
Paged Diagnostic list representation. |
Diagnostic |
Diagnostic details. |
Error |
Error Field contract. |
Error |
Error Response. |
Http |
Sets correlation protocol to use for Application Insights diagnostics. |
Http |
Http message diagnostic settings. |
Operation |
The format of the Operation Name for Application Insights telemetries. Default is Name. |
Pipeline |
Diagnostic settings for incoming/outgoing HTTP messages to the Gateway. |
Sampling |
Sampling settings for Diagnostic. |
Sampling |
Sampling type. |
Verbosity |
The verbosity level applied to traces emitted by trace policies. |
AlwaysLog
Specifies for what type of messages sampling settings should not apply.
Name | Type | Description |
---|---|---|
allErrors |
string |
Always log all erroneous request regardless of sampling settings. |
BodyDiagnosticSettings
Body logging settings.
Name | Type | Description |
---|---|---|
bytes |
integer |
Number of request body bytes to log. |
DataMasking
Name | Type | Description |
---|---|---|
headers |
Masking settings for headers |
|
queryParams |
Masking settings for Url query parameters |
DataMaskingEntity
Name | Type | Description |
---|---|---|
mode |
Data masking mode. |
|
value |
string |
The name of an entity to mask (e.g. a name of a header or a query parameter). |
DataMaskingMode
Data masking mode.
Name | Type | Description |
---|---|---|
Hide |
string |
Hide the presence of an entity. |
Mask |
string |
Mask the value of an entity. |
DiagnosticCollection
Paged Diagnostic list representation.
Name | Type | Description |
---|---|---|
count |
integer |
Total record count number across all pages. |
nextLink |
string |
Next page link if any. |
value |
Page values. |
DiagnosticContract
Diagnostic details.
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
The name of the resource |
properties.alwaysLog |
Specifies for what type of messages sampling settings should not apply. |
|
properties.backend |
Diagnostic settings for incoming/outgoing HTTP messages to the Backend |
|
properties.frontend |
Diagnostic settings for incoming/outgoing HTTP messages to the Gateway. |
|
properties.httpCorrelationProtocol |
Sets correlation protocol to use for Application Insights diagnostics. |
|
properties.logClientIp |
boolean |
Log the ClientIP. Default is false. |
properties.loggerId |
string |
Resource Id of a target logger. |
properties.metrics |
boolean |
Emit custom metrics via emit-metric policy. Applicable only to Application Insights diagnostic settings. |
properties.operationNameFormat |
The format of the Operation Name for Application Insights telemetries. Default is Name. |
|
properties.sampling |
Sampling settings for Diagnostic. |
|
properties.verbosity |
The verbosity level applied to traces emitted by trace policies. |
|
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
ErrorFieldContract
Error Field contract.
Name | Type | Description |
---|---|---|
code |
string |
Property level error code. |
message |
string |
Human-readable representation of property-level error. |
target |
string |
Property name. |
ErrorResponse
Error Response.
Name | Type | Description |
---|---|---|
error.code |
string |
Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. |
error.details |
The list of invalid fields send in request, in case of validation error. |
|
error.message |
string |
Human-readable representation of the error. |
HttpCorrelationProtocol
Sets correlation protocol to use for Application Insights diagnostics.
Name | Type | Description |
---|---|---|
Legacy |
string |
Inject Request-Id and Request-Context headers with request correlation data. See https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md. |
None |
string |
Do not read and inject correlation headers. |
W3C |
string |
Inject Trace Context headers. See https://w3c.github.io/trace-context. |
HttpMessageDiagnostic
Http message diagnostic settings.
Name | Type | Description |
---|---|---|
body |
Body logging settings. |
|
dataMasking |
Data masking settings. |
|
headers |
string[] |
Array of HTTP Headers to log. |
OperationNameFormat
The format of the Operation Name for Application Insights telemetries. Default is Name.
Name | Type | Description |
---|---|---|
Name |
string |
API_NAME;rev=API_REVISION - OPERATION_NAME |
Url |
string |
HTTP_VERB URL |
PipelineDiagnosticSettings
Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.
Name | Type | Description |
---|---|---|
request |
Diagnostic settings for request. |
|
response |
Diagnostic settings for response. |
SamplingSettings
Sampling settings for Diagnostic.
Name | Type | Description |
---|---|---|
percentage |
number |
Rate of sampling for fixed-rate sampling. |
samplingType |
Sampling type. |
SamplingType
Sampling type.
Name | Type | Description |
---|---|---|
fixed |
string |
Fixed-rate sampling. |
Verbosity
The verbosity level applied to traces emitted by trace policies.
Name | Type | Description |
---|---|---|
error |
string |
Only traces with 'severity' set to 'error' will be sent to the logger attached to this diagnostic instance. |
information |
string |
Traces with 'severity' set to 'information' and 'error' will be sent to the logger attached to this diagnostic instance. |
verbose |
string |
All the traces emitted by trace policies will be sent to the logger attached to this diagnostic instance. |