This table contains information about the requests and responses in HTTP and HTTPS sessions.
NOTE: The structure of these database tables may change in future One Identity Safeguard for Privileged Sessions (SPS) versions.
Column | Type | Description |
---|---|---|
id | integer | The unique ID of the entry. |
url | text | The URL of the HTTP request. |
channel_id | integer | The ID of the channel. This value is actually a reference to the id column of the channels table. |
response_code | text | The status code of the HTTP response. |
request_time | integer | Unix timestamp indicating when the request has been received. |