@@ -98,10 +98,10 @@ The real-time resource logs captured by live trace tool contain detailed informa
98
98
| User ID | User identity |
99
99
| IP | Client IP address |
100
100
| Route Template | The route template of the API |
101
- | Http Method | The Http method (POST/GET/PUT/DELETE) |
101
+ | HTTP Method | The HTTP method (POST/GET/PUT/DELETE) |
102
102
| URL | The uniform resource locator |
103
103
| Trace ID | The unique identifier to the invocation |
104
- | Status Code | The Http response code |
104
+ | Status Code | The HTTP response code |
105
105
| Duration | The duration between receiving the request and processing the request |
106
106
| Headers | The additional information passed by the client and the server with an HTTP request or response |
107
107
@@ -155,10 +155,10 @@ Archive log JSON strings include elements listed in the following tables:
155
155
| message | Detailed message of log event |
156
156
| hub | User-defined Hub Name |
157
157
| routeTemplate | The route template of the API |
158
- | httpMethod | The Http method (POST/GET/PUT/DELETE) |
158
+ | httpMethod | The HTTP method (POST/GET/PUT/DELETE) |
159
159
| url | The uniform resource locator |
160
160
| traceId | The unique identifier to the invocation |
161
- | statusCode | The Http response code |
161
+ | statusCode | The HTTP response code |
162
162
| duration | The duration between the request is received and processed |
163
163
| headers | The additional information passed by the client and the server with an HTTP request or response |
164
164
0 commit comments