-
Notifications
You must be signed in to change notification settings - Fork 16
Admin UI Audit Report
Arnab Dutta edited this page Jul 5, 2024
·
4 revisions
The audit data from actions on the Admin UI screens will be stored in the following table.
Table Name : audit
Field Name | Type |
---|---|
http_headers | String (JSON Array) |
username | String |
client_id | String |
resource_called (rest URL called) | String |
http_method | String (GET/POST/PUT/DELETE) |
audit_comments | String |
request_payload | String (JSON) |
response_body | String (JSON) |
response_http_code | String |
status | String (success/failed) |
event_time | timestamp |