web_request event NXQL (classic)

A web_request is an HTTP or TLS request.

NameTypeOperating systemsProperties

cardinality

integer

Windows | macOS

Number of underlying web requests, consolidated over time

connections_duration

millisecond

Windows | macOS

The time between start of the first connection and end of the last underlying connection

end_time

datetime

Windows | macOS

Web request end time, corresponding to the moment when the last underlying TCP connection was closed.

http_status

http_status_code

Windows | macOS

NU

HTTP response status code

id

identifier

Windows | macOS

Unique request identifier

incoming_traffic

byte

Windows | macOS

Incoming web traffic of all underlying web requests, consolidated over time

network_response_time

microsecond

Windows | macOS

Average TCP connection establishment time of all underlying connections, consolidated over time

outgoing_traffic

byte

Windows | macOS

Outgoing web traffic of all underlying web requests, consolidated over time

protocol

enum

Windows | macOS

Web request protocol (HTTP, TLS)

protocol_version

enum

Windows | macOS

Web request protocol version

service_related

boolean

Windows | macOS

Indicates whether the web request is related to a configured service:

  • yes: These requests are always visible by all users;

  • no: Depending on the privacy settings, requests not related to a service might not be visible by everyone.

start_time

datetime

Windows | macOS

Web request start time

web_request_duration

millisecond

Windows | macOS

Average time between request and last response byte of all underlying requests, consolidated over time

Last updated