Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.08 KB

File metadata and controls

29 lines (21 loc) · 2.08 KB

With

The information to display in each returned log.

Properties

Name Type Description Notes
accountId Boolean By default or if set to true, the account ID is displayed. [optional]
callDuration Boolean By default or if set to true, the duration of the call is displayed. [optional]
queryAccessKey Boolean By default or if set to true, the access key is displayed. [optional]
queryApiName Boolean By default or if set to true, the name of the API is displayed. [optional]
queryApiVersion Boolean By default or if set to true, the version of the API is displayed. [optional]
queryCallName Boolean By default or if set to true, the name of the call is displayed. [optional]
queryDate Boolean By default or if set to true, the date of the call is displayed. [optional]
queryHeaderRaw Boolean By default or if set to true, the raw header of the HTTP request is displayed. [optional]
queryHeaderSize Boolean By default or if set to true, the size of the raw header of the HTTP request is displayed. [optional]
queryIpAddress Boolean By default or if set to true, the IP is displayed. [optional]
queryPayloadRaw Boolean By default or if set to true, the raw payload of the HTTP request is displayed. [optional]
queryPayloadSize Boolean By default or if set to true, the size of the raw payload of the HTTP request is displayed. [optional]
queryUserAgent Boolean By default or if set to true, the user agent of the HTTP request is displayed. [optional]
requestId Boolean By default or if set to true, the request ID is displayed. [optional]
responseSize Boolean By default or if set to true, the size of the response is displayed. [optional]
responseStatusCode Boolean By default or if set to true, the HTTP status code of the response is displayed. [optional]