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
Section titled “Attributes”code
- Type:
integer_t - Requirement: required
The Hypertext Transfer Protocol (HTTP) status code returned from the web server to the client. For example, 200.
http_headers
- Type:
http_header - Requirement: recommended
Additional HTTP headers of an HTTP request or response.
body_length
- Type:
integer_t - Requirement: optional
The actual length of the HTTP response body, in number of bytes, independent of a potentially existing Content-Length header.
content_type
- Type:
string_t - Requirement: optional
The request header that identifies the original media type of the resource (prior to any content encoding applied for sending).
latency
- Type:
integer_t - Requirement: optional
The HTTP response latency measured in milliseconds.
length
- Type:
integer_t - Requirement: optional
The length of the entire HTTP response, in number of bytes.
message
- Type:
string_t - Requirement: optional
The description of the event/finding, as defined by the source.
status
- Type:
string_t - Requirement: optional
The response status. For example: A successful HTTP status of ‘OK’ which corresponds to a code of 200.
Used By
Section titled “Used By”account_changeapi_activityauthenticationauthorize_sessiondatastore_activitydhcp_activitydns_activityentity_managementftp_activitygroup_managementhttp_activitynetwork_activitynetwork_file_activityntp_activityrdp_activitysmb_activityssh_activitytunnel_activityuser_accessweb_resource_access_activityweb_resources_activity