Audit Log API Service
The Audit Log Service provides a comprehensive solution for tracking and recording user actions and system events across your applications. This service ensures transparency, accountability, and security by maintaining detailed logs that can be queried and analyzed. With a robust set of APIs, the Audit Log Service enables flexible querying and data retrieval based on client ID, tenant ID, action, service name, and unique identifiers. It supports comprehensive data management by allowing the retrieval of all audit logs for holistic system activity monitoring and the saving of new audit records in real-time. This service is essential for organizations seeking to enhance their security posture, comply with auditing standards, and gain valuable insights into user and system behavior.
Audit Log API Service - Get By Client Id GET /v1/api/audit/get_by_client_id
| Resource URL | /v1/api/audit/get_by_client_id |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Audit Log API Service - Get List POST /v1/api/audit/get_list
| Resource URL | /v1/api/audit/get_list |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Audit Log API Service - Get By Tenant Id GET /v1/api/audit/get_by_tenant_id
| Resource URL | /v1/api/audit/get_by_tenant_id |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Audit Log API Service - Get By Action GET /v1/api/audit/get_by_action
| Resource URL | /v1/api/audit/get_by_action |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
HTTP Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Audit Log API Service - Get By Service Name GET /v1/api/audit/get_by_service_name
| Resource URL | /v1/api/audit/get_by_service_name |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Audit Log API Service - Get By Identifier GET /v1/api/audit/get_by_identifier
| Resource URL | /v1/api/audit/get_by_identifier |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Audit Log API Service - Get All GET /v1/api/audit/get_all
| Resource URL | /v1/api/audit/get_all |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Audit Log API Service - Save Audit POST /v1/api/audit/save
| Resource URL | /v1/api/audit/save |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| client_id | String client id |
|---|---|
| tenant_id | String tenant id |
| process_name | String process name |
| action | String action |
| message | String message |
| metadata | String metadata |
| service_name | String service name |
| identifier | String identifier |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |