Bagikan melalui


Events - Get Odata Metadata

Mendapatkan metadata OData
Mendapatkan metadata OData EDMX yang menjelaskan model data peristiwa

GET https://api.applicationinsights.io/v1/apps/{appId}/events/$metadata

Parameter URI

Nama Dalam Diperlukan Jenis Deskripsi
appId
path True

string

ID aplikasi. Ini adalah ID Aplikasi dari bilah pengaturan Akses API di portal Azure.

Respons

Nama Jenis Deskripsi
200 OK

object

Respons berhasil

Media Types: "application/xml;charset=utf-8"

Other Status Codes

errorResponse

Objek respons kesalahan.

Media Types: "application/xml;charset=utf-8"

Keamanan

oauth2

Menyambungkan ke AZURE Application Insights API

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize?resource=https%3A%2F%2Fapi.applicationinsights.io

Scopes

Nama Deskripsi
user_impersonation meniru akun pengguna Anda

Contoh

eventMetadata

Sample Request

GET https://api.applicationinsights.io/v1/apps/DEMO_APP/events/$metadata

Sample Response

content-type: application/xml;charset=utf-8
"<?xml version=\"1.0\" encoding=\"utf-8\"?> <edmx:Edmx Version=\"4.0\" xmlns:edmx=\"http://docs.oasis-open.org/odata/ns/edmx\"> <edmx:DataServices> <Schema Namespace=\"ApplicationInsights\" xmlns=\"http://docs.oasis-open.org/odata/ns/edm\"> <ComplexType Name=\"TraceCustomDimensionsType\" OpenType=\"True\"> <Property Name=\"AgentSession\" Type=\"Edm.String\"/> <Property Name=\"AgentVersion\" Type=\"Edm.String\"/> <Property Name=\"MachineName\" Type=\"Edm.String\"/> <Property Name=\"RunningMode\" Type=\"Edm.String\"/> <Property Name=\"Source\" Type=\"Edm.String\"/> <Property Name=\"AgentAssemblyVersion\" Type=\"Edm.String\"/> <Property Name=\"AgentProcessSession\" Type=\"Edm.String\"/> <Property Name=\"HashedMachineName\" Type=\"Edm.String\"/> <Property Name=\"DataCube\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"TraceCustomMeasurementsType\" OpenType=\"True\"> <Property Name=\"AgentSession\" Type=\"Edm.String\"/> <Property Name=\"AgentVersion\" Type=\"Edm.String\"/> <Property Name=\"MachineName\" Type=\"Edm.String\"/> <Property Name=\"RunningMode\" Type=\"Edm.String\"/> <Property Name=\"Source\" Type=\"Edm.String\"/> <Property Name=\"AgentAssemblyVersion\" Type=\"Edm.String\"/> <Property Name=\"AgentProcessSession\" Type=\"Edm.String\"/> <Property Name=\"HashedMachineName\" Type=\"Edm.String\"/> <Property Name=\"DataCube\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"RequestCustomDimensionsType\" OpenType=\"True\"> <Property Name=\"_MS.ProcessedByMetricExtractors\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"RequestCustomMeasurementsType\" OpenType=\"True\"> <Property Name=\"_MS.ProcessedByMetricExtractors\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"PageViewCustomDimensionsType\" OpenType=\"True\"> <Property Name=\"IbizaSessionId\" Type=\"Edm.String\"/> <Property Name=\"PartInstance\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"PageViewCustomMeasurementsType\" OpenType=\"True\"> <Property Name=\"IbizaSessionId\" Type=\"Edm.String\"/> <Property Name=\"PartInstance\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"DependencyCustomDimensionsType\" OpenType=\"True\"> <Property Name=\"Container\" Type=\"Edm.String\"/> <Property Name=\"_MS.ProcessedByMetricExtractors\" Type=\"Edm.String\"/> <Property Name=\"Blob\" Type=\"Edm.String\"/> <Property Name=\"ErrorMessage\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> <Property Name=\"IbizaSessionId\" Type=\"Edm.String\"/> <Property Name=\"PartInstance\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"DependencyCustomMeasurementsType\" OpenType=\"True\"> <Property Name=\"Container\" Type=\"Edm.String\"/> <Property Name=\"_MS.ProcessedByMetricExtractors\" Type=\"Edm.String\"/> <Property Name=\"Blob\" Type=\"Edm.String\"/> <Property Name=\"ErrorMessage\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> <Property Name=\"IbizaSessionId\" Type=\"Edm.String\"/> <Property Name=\"PartInstance\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"CustomEventCustomDimensionsType\" OpenType=\"True\"> <Property Name=\"ServiceProfilerContent\" Type=\"Edm.String\"/> <Property Name=\"ServiceProfilerVersion\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> <Property Name=\"RequestId\" Type=\"Edm.String\"/> <Property Name=\"EventName\" Type=\"Edm.String\"/> <Property Name=\"Page Title\" Type=\"Edm.String\"/> <Property Name=\"ExecutingAssemblyFileVersion\" Type=\"Edm.String\"/> <Property Name=\"ProcessId\" Type=\"Edm.String\"/> <Property Name=\"RunningSession\" Type=\"Edm.String\"/> <Property Name=\"ProblemId\" Type=\"Edm.String\"/> <Property Name=\"SnapshotContext\" Type=\"Edm.String\"/> <Property Name=\"SnapshotVersion\" Type=\"Edm.String\"/> <Property Name=\"Duration\" Type=\"Edm.String\"/> <Property Name=\"SnapshotId\" Type=\"Edm.String\"/> <Property Name=\"StampId\" Type=\"Edm.String\"/> <Property Name=\"DeOptimizationId\" Type=\"Edm.String\"/> <Property Name=\"Method\" Type=\"Edm.String\"/> <Property Name=\"parentProcessId\" Type=\"Edm.String\"/> <Property Name=\"Section\" Type=\"Edm.String\"/> <Property Name=\"Configuration\" Type=\"Edm.String\"/> <Property Name=\"dumpFolder\" Type=\"Edm.String\"/> <Property Name=\"Reason\" Type=\"Edm.String\"/> <Property Name=\"ExtensionVersion\" Type=\"Edm.String\"/> <Property Name=\"SiteName\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"CustomEventCustomMeasurementsType\" OpenType=\"True\"> <Property Name=\"ServiceProfilerContent\" Type=\"Edm.String\"/> <Property Name=\"ServiceProfilerVersion\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> <Property Name=\"RequestId\" Type=\"Edm.String\"/> <Property Name=\"EventName\" Type=\"Edm.String\"/> <Property Name=\"Page Title\" Type=\"Edm.String\"/> <Property Name=\"ExecutingAssemblyFileVersion\" Type=\"Edm.String\"/> <Property Name=\"ProcessId\" Type=\"Edm.String\"/> <Property Name=\"RunningSession\" Type=\"Edm.String\"/> <Property Name=\"ProblemId\" Type=\"Edm.String\"/> <Property Name=\"SnapshotContext\" Type=\"Edm.String\"/> <Property Name=\"SnapshotVersion\" Type=\"Edm.String\"/> <Property Name=\"Duration\" Type=\"Edm.String\"/> <Property Name=\"SnapshotId\" Type=\"Edm.String\"/> <Property Name=\"StampId\" Type=\"Edm.String\"/> <Property Name=\"DeOptimizationId\" Type=\"Edm.String\"/> <Property Name=\"Method\" Type=\"Edm.String\"/> <Property Name=\"parentProcessId\" Type=\"Edm.String\"/> <Property Name=\"Section\" Type=\"Edm.String\"/> <Property Name=\"Configuration\" Type=\"Edm.String\"/> <Property Name=\"dumpFolder\" Type=\"Edm.String\"/> <Property Name=\"Reason\" Type=\"Edm.String\"/> <Property Name=\"ExtensionVersion\" Type=\"Edm.String\"/> <Property Name=\"SiteName\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"AvailabilityResultCustomDimensionsType\" OpenType=\"True\"> <Property Name=\"FullTestResultAvailable\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"AvailabilityResultCustomMeasurementsType\" OpenType=\"True\"> <Property Name=\"FullTestResultAvailable\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"ExceptionCustomDimensionsType\" OpenType=\"True\"> <Property Name=\"url\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.stampid\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.id\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.version\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> <Property Name=\"IbizaSessionId\" Type=\"Edm.String\"/> <Property Name=\"PartInstance\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.planid\" Type=\"Edm.String\"/> <Property Name=\"_MS.Example\" Type=\"Edm.String\"/> <Property Name=\"_MS.ProcessedByMetricExtractors\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"ExceptionCustomMeasurementsType\" OpenType=\"True\"> <Property Name=\"url\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.stampid\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.id\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.version\" Type=\"Edm.String\"/> <Property Name=\"DeveloperMode\" Type=\"Edm.String\"/> <Property Name=\"IbizaSessionId\" Type=\"Edm.String\"/> <Property Name=\"PartInstance\" Type=\"Edm.String\"/> <Property Name=\"ai.snapshot.planid\" Type=\"Edm.String\"/> <Property Name=\"_MS.Example\" Type=\"Edm.String\"/> <Property Name=\"_MS.ProcessedByMetricExtractors\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"BrowserTimingCustomDimensionsType\" OpenType=\"True\"/> <ComplexType Name=\"BrowserTimingCustomMeasurementsType\" OpenType=\"True\"/> <ComplexType Name=\"TraceType\"> <Property Name=\"message\" Type=\"Edm.String\"/> <Property Name=\"severityLevel\" Type=\"Edm.Double\"/> </ComplexType> <ComplexType Name=\"OperationType\"> <Property Name=\"name\" Type=\"Edm.String\"/> <Property Name=\"id\" Type=\"Edm.String\"/> <Property Name=\"parentId\" Type=\"Edm.String\"/> <Property Name=\"syntheticSource\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"SessionType\"> <Property Name=\"id\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"UserType\"> <Property Name=\"id\" Type=\"Edm.String\"/> <Property Name=\"authenticatedId\" Type=\"Edm.String\"/> <Property Name=\"accountId\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"ApplicationType\"> <Property Name=\"version\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"ClientType\"> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"model\" Type=\"Edm.String\"/> <Property Name=\"os\" Type=\"Edm.String\"/> <Property Name=\"ip\" Type=\"Edm.String\"/> <Property Name=\"city\" Type=\"Edm.String\"/> <Property Name=\"stateOrProvince\" Type=\"Edm.String\"/> <Property Name=\"countryOrRegion\" Type=\"Edm.String\"/> <Property Name=\"browser\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"CloudType\"> <Property Name=\"roleName\" Type=\"Edm.String\"/> <Property Name=\"roleInstance\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"AiType\"> <Property Name=\"appId\" Type=\"Edm.String\"/> <Property Name=\"appName\" Type=\"Edm.String\"/> <Property Name=\"iKey\" Type=\"Edm.String\"/> <Property Name=\"sdkVersion\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"RequestType\"> <Property Name=\"id\" Type=\"Edm.String\"/> <Property Name=\"source\" Type=\"Edm.String\"/> <Property Name=\"name\" Type=\"Edm.String\"/> <Property Name=\"url\" Type=\"Edm.String\"/> <Property Name=\"success\" Type=\"Edm.String\"/> <Property Name=\"resultCode\" Type=\"Edm.String\"/> <Property Name=\"duration\" Type=\"Edm.Double\"/> <Property Name=\"performanceBucket\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"PageViewType\"> <Property Name=\"name\" Type=\"Edm.String\"/> <Property Name=\"url\" Type=\"Edm.String\"/> <Property Name=\"duration\" Type=\"Edm.Double\"/> <Property Name=\"performanceBucket\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"DependencyType\"> <Property Name=\"id\" Type=\"Edm.String\"/> <Property Name=\"target\" Type=\"Edm.String\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"name\" Type=\"Edm.String\"/> <Property Name=\"data\" Type=\"Edm.String\"/> <Property Name=\"success\" Type=\"Edm.String\"/> <Property Name=\"resultCode\" Type=\"Edm.String\"/> <Property Name=\"duration\" Type=\"Edm.Double\"/> <Property Name=\"performanceBucket\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"CustomEventType\"> <Property Name=\"name\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"AvailabilityResultType\"> <Property Name=\"id\" Type=\"Edm.String\"/> <Property Name=\"name\" Type=\"Edm.String\"/> <Property Name=\"location\" Type=\"Edm.String\"/> <Property Name=\"success\" Type=\"Edm.String\"/> <Property Name=\"message\" Type=\"Edm.String\"/> <Property Name=\"size\" Type=\"Edm.Double\"/> <Property Name=\"duration\" Type=\"Edm.Double\"/> <Property Name=\"performanceBucket\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"ExceptionType\"> <Property Name=\"problemId\" Type=\"Edm.String\"/> <Property Name=\"handledAt\" Type=\"Edm.String\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"message\" Type=\"Edm.String\"/> <Property Name=\"assembly\" Type=\"Edm.String\"/> <Property Name=\"method\" Type=\"Edm.String\"/> <Property Name=\"outerType\" Type=\"Edm.String\"/> <Property Name=\"outerMessage\" Type=\"Edm.String\"/> <Property Name=\"outerAssembly\" Type=\"Edm.String\"/> <Property Name=\"outerMethod\" Type=\"Edm.String\"/> <Property Name=\"innermostType\" Type=\"Edm.String\"/> <Property Name=\"innermostMessage\" Type=\"Edm.String\"/> <Property Name=\"innermostAssembly\" Type=\"Edm.String\"/> <Property Name=\"innermostMethod\" Type=\"Edm.String\"/> <Property Name=\"severityLevel\" Type=\"Edm.Double\"/> <Property Name=\"details\" Type=\"Edm.String\"/> </ComplexType> <ComplexType Name=\"BrowserTimingType\"> <Property Name=\"name\" Type=\"Edm.String\"/> <Property Name=\"url\" Type=\"Edm.String\"/> <Property Name=\"networkDuration\" Type=\"Edm.Double\"/> <Property Name=\"sendDuration\" Type=\"Edm.Double\"/> <Property Name=\"receiveDuration\" Type=\"Edm.Double\"/> <Property Name=\"processingDuration\" Type=\"Edm.Double\"/> <Property Name=\"totalDuration\" Type=\"Edm.Double\"/> <Property Name=\"performanceBucket\" Type=\"Edm.String\"/> </ComplexType> <EntityType  Name=\"Trace\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.TraceCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.TraceCustomMeasurementsType\"/> <Property Name=\"trace\" Type=\"ApplicationInsights.TraceType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > <EntityType  Name=\"Request\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.RequestCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.RequestCustomMeasurementsType\"/> <Property Name=\"request\" Type=\"ApplicationInsights.RequestType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > <EntityType  Name=\"PageView\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.PageViewCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.PageViewCustomMeasurementsType\"/> <Property Name=\"pageView\" Type=\"ApplicationInsights.PageViewType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > <EntityType  Name=\"Dependency\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.DependencyCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.DependencyCustomMeasurementsType\"/> <Property Name=\"dependency\" Type=\"ApplicationInsights.DependencyType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > <EntityType  Name=\"CustomEvent\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.CustomEventCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.CustomEventCustomMeasurementsType\"/> <Property Name=\"customEvent\" Type=\"ApplicationInsights.CustomEventType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > <EntityType  Name=\"AvailabilityResult\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.AvailabilityResultCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.AvailabilityResultCustomMeasurementsType\"/> <Property Name=\"availabilityResult\" Type=\"ApplicationInsights.AvailabilityResultType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > <EntityType  Name=\"Exception\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.ExceptionCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.ExceptionCustomMeasurementsType\"/> <Property Name=\"exception\" Type=\"ApplicationInsights.ExceptionType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > <EntityType  Name=\"BrowserTiming\"> <Key> <PropertyRef Name=\"id\"/> </Key> <Property Name=\"timestamp\" Type=\"Edm.DateTimeOffset\"/> <Property Name=\"id\" Type=\"Edm.String\" Nullable=\"false\"/> <Property Name=\"type\" Type=\"Edm.String\"/> <Property Name=\"count\" Type=\"Edm.Double\"/> <Property Name=\"customDimensions\" Type=\"ApplicationInsights.BrowserTimingCustomDimensionsType\"/> <Property Name=\"customMeasurements\" Type=\"ApplicationInsights.BrowserTimingCustomMeasurementsType\"/> <Property Name=\"browserTiming\" Type=\"ApplicationInsights.BrowserTimingType\"/> <Property Name=\"operation\" Type=\"ApplicationInsights.OperationType\"/> <Property Name=\"session\" Type=\"ApplicationInsights.SessionType\"/> <Property Name=\"user\" Type=\"ApplicationInsights.UserType\"/> <Property Name=\"application\" Type=\"ApplicationInsights.ApplicationType\"/> <Property Name=\"client\" Type=\"ApplicationInsights.ClientType\"/> <Property Name=\"cloud\" Type=\"ApplicationInsights.CloudType\"/> <Property Name=\"ai\" Type=\"ApplicationInsights.AiType\"/> </EntityType > </Schema> <Schema Namespace=\"Default\" xmlns=\"http://docs.oasis-open.org/odata/ns/edm\"> <EntityContainer Name=\"Container\"> <EntitySet Name=\"traces\" EntityType=\"ApplicationInsights.Trace\"/> <EntitySet Name=\"requests\" EntityType=\"ApplicationInsights.Request\"/> <EntitySet Name=\"pageViews\" EntityType=\"ApplicationInsights.PageView\"/> <EntitySet Name=\"dependencies\" EntityType=\"ApplicationInsights.Dependency\"/> <EntitySet Name=\"customEvents\" EntityType=\"ApplicationInsights.CustomEvent\"/> <EntitySet Name=\"availabilityResults\" EntityType=\"ApplicationInsights.AvailabilityResult\"/> <EntitySet Name=\"exceptions\" EntityType=\"ApplicationInsights.Exception\"/> <EntitySet Name=\"browserTimings\" EntityType=\"ApplicationInsights.BrowserTiming\"/> </EntityContainer> </Schema> </edmx:DataServices> </edmx:Edmx>"

Definisi

Nama Deskripsi
errorDetail

Detail kesalahan.

errorInfo

Kode dan pesan untuk kesalahan.

errorResponse

Detail kesalahan.

errorDetail

Detail kesalahan.

Nama Jenis Deskripsi
additionalProperties

object

code

string

Kode kesalahan.

message

string

Pesan kesalahan yang dapat dibaca manusia.

resources

string[]

Menunjukkan sumber daya yang bertanggung jawab atas kesalahan tersebut.

target

string

Menunjukkan properti mana dalam permintaan yang bertanggung jawab atas kesalahan tersebut.

value

string

Menunjukkan nilai mana dalam 'target' yang bertanggung jawab atas kesalahan tersebut.

errorInfo

Kode dan pesan untuk kesalahan.

Nama Jenis Deskripsi
additionalProperties

object

code

string

Kode kesalahan yang dapat dibaca mesin.

details

errorDetail[]

detail kesalahan.

innererror

errorInfo

Kode dan pesan untuk kesalahan.
Detail kesalahan dalam jika ada.

message

string

Pesan kesalahan yang dapat dibaca manusia.

errorResponse

Detail kesalahan.

Nama Jenis Deskripsi
error

errorInfo

Kode dan pesan untuk kesalahan.
Detail kesalahan.