You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/gateway-log-schema-reference.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,32 +33,32 @@ The following properties are logged for each API request.
33
33
| BackendResponseBody | string | Backend response body |
34
34
| BackendResponseCode | int | Code of the HTTP response received from a backend |
35
35
| BackendResponseHeaders | dynamic | Collection of HTTP headers received from a backend |
36
-
| BackendTime | long | Number of milliseconds spent on overall backend IO (connecting, sending, and receiving bytes) |
36
+
| BackendTime | long | Number of milliseconds spent on overall backend I/O (connecting, sending, and receiving bytes) |
37
37
| BackendUrl | string | URL of the request sent to a backend |
38
38
| Cache | string | Status of API Management cache involvement in request processing (hit, miss, none) |
39
-
| CacheTime | long | Number of miliseconds spent on overall API Management cache IO (connecting, sending and receiving bytes) |
39
+
| CacheTime | long | Number of milliseconds spent on overall API Management cache IO (connecting, sending and receiving bytes) |
40
40
| ClientProtocol | string | HTTP protocol version of the incoming request |
41
41
| ClientTime | long | Number of milliseconds spent on overall client I/O (connecting, sending, and receiving bytes) |
42
42
| ClientTlsVersion | string | TLS version used by client sending request |
43
43
| Errors | dynamic | Collection of error occured during request processing |
44
-
| IsRequestSuccess | bool |Http request completed with response status code within 2xx or 3xx range |
45
-
| LastErrorElapsed | long | Number of miliseconds elapsed since Gateway received request till the moment error occured|
44
+
| IsRequestSuccess | bool |HTTP request completed with response status code within 2xx or 3xx range |
45
+
| LastErrorElapsed | long | Number of milliseconds elapsed since gateway received request until the error occurred|
46
46
| LastErrorMessage | string | Error message |
47
47
| LastErrorReason | string | Error reason |
48
48
| LastErrorScope | string | Scope of the policy document containing policy caused the error |
49
49
| LastErrorSection | string | Section of the policy document containing policy caused the error |
50
50
| LastErrorSource | string | Naming of the policy or processing internal handler caused the error |
51
51
| Method | string | HTTP method of the incoming request |
52
52
| OperationId | string | Operation entity identifier for current request |
53
-
| ProductId | string |Operation entity identifier for current request |
53
+
| ProductId | string |Product entity identifier for current request |
54
54
| RequestBody | string | Client request body |
55
55
| RequestHeaders | dynamic | Collection of HTTP headers sent by a client |
56
56
| RequestSize | int | Number of bytes received from a client during request processing |
57
57
| ResponseBody | string | Gateway response body |
58
58
| ResponseCode | int | Status code of the HTTP response sent to a client |
59
59
| ResponseHeaders | dynamic | Collection of HTTP headers sent to a client |
60
60
| ResponseSize | int | Number of bytes sent to a client during request processing |
61
-
| TotalTime | long | Number of milliseconds spent on overall HTTP request (from first byte received by a APIM to last byte a client received back) |
61
+
| TotalTime | long | Number of milliseconds spent on overall HTTP request (from first byte received by API Management to last byte a client received back) |
62
62
| TraceRecords | dynamic | Records emitted by trace policies |
63
63
| Url | string | URL of the incoming request |
64
64
| UserId | string | User entity identifier for current request |
0 commit comments