HttpRequestAndResponseLog
Properties
Name | Type | Description |
---|---|---|
Verb | string | Verb associated with the HTTP call. |
RequestUri | string | Http request URI. |
StatusCode | integer | Http response status code. |
ReasonPhrase | string | Http response status line. |
CallDurationInMilliseconds | integer | Call duration representing the duration of the HTTP call in milliseconds. |
UserId | string | Identity of the caller. |
IpAddress | string | Ip address of the caller |
CreatedDateTime | string | Timestamp at which the HTTP call took place. |
RequestHeaders | object | Http request headers. |
RequestBody | string | Http request body, if any. |
RequestLength | integer | Http request content-length |
ResponseHeaders | object | Http response headers. |
ResponseBody | string | Http response body. |
ResponseLength | integer | Http response content-length |
Updated less than a minute ago