aioc. sc_http_proxy_log

Column | Data Type | Description |
---|---|---|
user_name | character varying(255) | Contact person's username |
status_code | bigint | Http status codes |
response_content_type | character varying(255) | Http response content type like" image/gif" |
response_content | character varying(255) | Http response content |
request_url | character varying(255) | Linked url |
request_method | character varying(255) | Connection method |
request_content_type | character varying(255) | Http request content type like "application/x-www-form-urlencoded" |
request_content | character varying(255) | Http request content |
log_time | timestamp | Time of request for the discarded connection |
instance_name | character varying(255) | Name of the application started by the server |
host_port | bigint | Connection port number |
host_ip_adress | character varying(255) | Linked IP address |
error_message | character varying(1000) | Error massage |
error_flag | boolean | Error flag with "true" or "false |
duration | host_ip_address |
|
db_id | bigint | Table's primary key |
client_ip | character varying(255) | IP of the connected computer |
allowed | boolean | The discarded query tells you if it is stuck in any Policy. "True" means it is not installed, "false" means it is installed. |