Field | Description |
host | IP address of the client that made the request to Integration Server. |
identifier | RFC 1413 identify of the client. Because this RFC is obsolete, the identifier value will always be: - |
user | Username provided by the client for authentication. If the client request does not include an Authorization header and there is not a session cookie, the user value will be -. |
date | Date, time, and timezone the request was received. The date format is: [dd/MMM/y:HH:mm:ss Z] The date format is determined by the Common Log Format standard and cannot be changed. |
request | The HTTP request from the client in the format: HTTP_method URL-path protocol_version |
status | HTTP status code returned to the client by Integration Server. |
bytes | Number of bytes of data returned to the client, including the HTTP header. The bytes field contains a value for requests/response pairs that have a Content-Length header. When chunked encoding is used for sending a response, there is not a Content-Length header. Consequently, for responses sent using chunked encoding, the value of bytes will be: - |