Type : Global
Platform : All
upt_api_audit_logs table maintains an audit of all api calls performed on Uptycs portal.
+----------------------+-------------------------------------------------------------------+
| name | description |
+----------------------+-------------------------------------------------------------------+
| id | Unique record identier
| api_name | API Name. Please refer to api documentation for full list
| api_method | API Method. e.g GET, PUT, POST, DELETE
| api_body | API Body
| api_query_params | Query parameters used in the API call
| api_requested_time | Time API request was submitted
| api_resolved_time | API resolved time
| passed | Status of the API call
| error | API call failure error (in JSON)
| metadata | API call metadata
| support_user | Boolean flag to indicate if the API call was made by a support user
| created_by | uid of the user
| upt_asset_id | Asset ID
| created_at | Time record was created
| response_time | API call response time in ms
| upt_hostname | Name of host
| upt_time | Time the row of data was created on the endpoint
| upt_added | True = Object was created. False = Object was removed
| upt_epoch | Time when last full data set was requested from asset
| upt_counter | Number of times the query was run
| upt_hash | Hash used internally by Uptycs
| upt_server_time | Time the row of data was inserted in backend
| upt_asset_group_id | Id of the asset Group this asset belongs to
| upt_asset_group_name | Name of the asset Group this asset belongs to
| upt_asset_tags | Tags Associated with this asset
| upt_ttl | Retention time for each record. Upon exceeding this limit, record is liable for deletion.
| upt_gateway_time | Time the message was first seen on cloud on uptycs gateway
| api_type | API Type (aws, NULL)
| upt_tenant_id | Tenant ID - used internally by Uptycs
| client_type | AWS service type
| upt_day | Day of upt_time in integer format YYYYMMDD.
*** Always use upt_day for querying this table for better performance
| upt_batch | Batch ID used internally by Uptycs
+----------------------+-------------------------------------------------------------------+