HTTP Response

The HTTP Response object contains detailed information about the response sent from a web server to the requester. It encompasses attributes and metadata that describe the response status, headers, body content, and other relevant information.

Attributes

CaptionNameTypeDescription
Response Code code Integer The Hypertext Transfer Protocol (HTTP) status code returned from the web server to the client. For example, 200.
HTTP Content Type content_type String The request header that identifies the original media type of the resource (prior to any content encoding applied for sending).
HTTP Headers http_headers HTTP Header[] Additional HTTP headers of an HTTP request or response.
Latency latency Integer The HTTP response latency measured in milliseconds.
Response Length length Integer The HTTP response length, in number of bytes.
Message message String The description of the event/finding, as defined by the source.
Raw Data raw_data JSON The event data as received from the event source.
Record ID record_id String Unique identifier for the object
Status status String The response status. For example: A successful HTTP status of 'OK' which corresponds to a code of 200.
Unmapped Data unmapped Unmapped[] The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.

Relationships

HTTP Response shown in context

Inbound Relationships

These objects and events reference HTTP Response in their attributes:

Outbound Relationships

HTTP Response references the following objects and events in its attributes:

This page describes qdm-1.3.2+ocsf-1.3.0