Web Apps - Get Diagnostic Logs Configuration
Beschreibung für Ruft die Protokollierungskonfiguration einer App ab.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/logs?api-version=2023-12-01
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
name
|
path | True |
string |
Name der App |
resource
|
path | True |
string |
Name der Ressourcengruppe, zu der die Ressource gehört. RegEx-Muster: |
subscription
|
path | True |
string |
die Azure-Abonnement-ID Dies ist eine GUID-formatierte Zeichenfolge (z. B. 00000000-0000-0000-0000-00000000000000). |
api-version
|
query | True |
string |
API-Version |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
App Service Fehlerantwort. |
Sicherheit
azure_auth
Azure Active Directory-OAuth2-Flow
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel Ihres Benutzerkontos |
Definitionen
Name | Beschreibung |
---|---|
Application |
Anwendungsprotokollkonfiguration. |
Azure |
Anwendungsprotokolle für die Azure Blob Storage-Konfiguration. |
Azure |
Http-Protokolle für die Azure Blob Storage-Konfiguration. |
Azure |
Anwendungsprotokolle für die Azure-Tabellenspeicherkonfiguration. |
Default |
App Service Fehlerantwort. |
Details | |
Enabled |
Konfiguration aktiviert. |
Error |
Fehlermodell. |
File |
Anwendungsprotokolle für die Dateisystemkonfiguration. |
File |
Http-Protokolle für die Dateisystemkonfiguration. |
Http |
Http-Protokollkonfiguration. |
Log |
Protokollebene. |
Site |
Konfiguration von App Service Standortprotokollen. |
ApplicationLogsConfig
Anwendungsprotokollkonfiguration.
Name | Typ | Beschreibung |
---|---|---|
azureBlobStorage |
Anwendungsprotokolle für die Blobspeicherkonfiguration. |
|
azureTableStorage |
Anwendungsprotokolle für die Azure-Tabellenspeicherkonfiguration. |
|
fileSystem |
Anwendungsprotokolle für die Dateisystemkonfiguration. |
AzureBlobStorageApplicationLogsConfig
Anwendungsprotokolle für die Azure Blob Storage-Konfiguration.
Name | Typ | Beschreibung |
---|---|---|
level |
Protokollebene. |
|
retentionInDays |
integer |
Aufbewahrung in Tagen. Entfernen Sie Blobs, die älter als X Tage sind. 0 oder niedriger bedeutet keine Aufbewahrung. |
sasUrl |
string |
SAS-URL zu einem Azure-Blobcontainer mit Lese-,Schreib-/Listen-/Löschberechtigungen. |
AzureBlobStorageHttpLogsConfig
Http-Protokolle für die Azure Blob Storage-Konfiguration.
Name | Typ | Beschreibung |
---|---|---|
enabled |
boolean |
True, wenn die Konfiguration aktiviert ist, false, wenn sie deaktiviert ist, und NULL, wenn die Konfiguration nicht festgelegt ist. |
retentionInDays |
integer |
Aufbewahrung in Tagen. Entfernen Sie Blobs, die älter als X Tage sind. 0 oder niedriger bedeutet keine Aufbewahrung. |
sasUrl |
string |
SAS-URL zu einem Azure-Blobcontainer mit Lese-,Schreib-/Listen-/Löschberechtigungen. |
AzureTableStorageApplicationLogsConfig
Anwendungsprotokolle für die Azure-Tabellenspeicherkonfiguration.
Name | Typ | Beschreibung |
---|---|---|
level |
Protokollebene. |
|
sasUrl |
string |
SAS-URL für eine Azure-Tabelle mit Berechtigungen zum Hinzufügen/Abfragen/Löschen. |
DefaultErrorResponse
App Service Fehlerantwort.
Name | Typ | Beschreibung |
---|---|---|
error |
Fehlermodell. |
Details
Name | Typ | Beschreibung |
---|---|---|
code |
string |
Standardisierte Zeichenfolge, um den Fehler programmgesteuert zu identifizieren. |
message |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
target |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
EnabledConfig
Konfiguration aktiviert.
Name | Typ | Beschreibung |
---|---|---|
enabled |
boolean |
True, wenn die Konfiguration aktiviert ist, false, wenn sie deaktiviert ist, und NULL, wenn die Konfiguration nicht festgelegt ist. |
Error
Fehlermodell.
Name | Typ | Beschreibung |
---|---|---|
code |
string |
Standardisierte Zeichenfolge, um den Fehler programmgesteuert zu identifizieren. |
details |
Details[] |
Detaillierte Fehler. |
innererror |
string |
Weitere Informationen zum Debuggen eines Fehlers. |
message |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
target |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
FileSystemApplicationLogsConfig
Anwendungsprotokolle für die Dateisystemkonfiguration.
Name | Typ | Standardwert | Beschreibung |
---|---|---|---|
level | Off |
Protokollebene. |
FileSystemHttpLogsConfig
Http-Protokolle für die Dateisystemkonfiguration.
Name | Typ | Beschreibung |
---|---|---|
enabled |
boolean |
True, wenn die Konfiguration aktiviert ist, false, wenn sie deaktiviert ist, und NULL, wenn die Konfiguration nicht festgelegt ist. |
retentionInDays |
integer |
Aufbewahrung in Tagen. Entfernen Sie Dateien, die älter als X Tage sind. 0 oder niedriger bedeutet keine Aufbewahrung. |
retentionInMb |
integer |
Die maximale Größe in Megabytes, die http-Protokolldateien verwenden können. Wenn sie erreicht sind, werden alte Protokolldateien entfernt, um Platz für neue Protokolldateien zu schaffen. Der Wert kann zwischen 25 und 100 liegen. |
HttpLogsConfig
Http-Protokollkonfiguration.
Name | Typ | Beschreibung |
---|---|---|
azureBlobStorage |
Http-Protokolle für die Azure Blob Storage-Konfiguration. |
|
fileSystem |
Http-Protokolle für die Dateisystemkonfiguration. |
LogLevel
Protokollebene.
Name | Typ | Beschreibung |
---|---|---|
Error |
string |
|
Information |
string |
|
Off |
string |
|
Verbose |
string |
|
Warning |
string |
SiteLogsConfig
Konfiguration von App Service Standortprotokollen.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Ressourcen-ID. |
kind |
string |
Art der Ressource. |
name |
string |
Ressourcenname. |
properties.applicationLogs |
Anwendungsprotokollkonfiguration. |
|
properties.detailedErrorMessages |
Detaillierte Konfiguration von Fehlermeldungen. |
|
properties.failedRequestsTracing |
Fehler bei der Konfiguration der Anforderungsablaufverfolgung. |
|
properties.httpLogs |
HTTP-Protokollkonfiguration. |
|
type |
string |
Der Ressourcentyp. |