HttpRequestAndResponseLog

Properties

NameTypeDescription
VerbstringVerb associated with the HTTP call.
RequestUristringHttp request URI.
StatusCodeintegerHttp response status code.
ReasonPhrasestringHttp response status line.
CallDurationInMillisecondsintegerCall duration representing the duration of the HTTP call in milliseconds.
UserIdstringIdentity of the caller.
IpAddressstringIp address of the caller
CreatedDateTimestringTimestamp at which the HTTP call took place.
RequestHeadersobjectHttp request headers.
RequestBodystringHttp request body, if any.
RequestLengthintegerHttp request content-length
ResponseHeadersobjectHttp response headers.
ResponseBodystringHttp response body.
ResponseLengthintegerHttp response content-length