dokploy_auditLog_all
dokploy_auditLog_allRetrieve and filter audit logs to monitor user activities, resource changes, and system events in Dokploy infrastructure for security and compliance tracking.
Instructions
[auditLog] auditLog.all (GET)
Parameters:
userId (string, optional)
userEmail (string, optional)
resourceName (string, optional)
action (enum: create, update, delete, deploy, cancel, redeploy, login, logout, optional)
resourceType (enum: project, service, environment, deployment, user, customRole, domain, certificate, registry, server, sshKey, gitProvider, notification, settings, session, optional)
from (string, optional)
to (string, optional)
limit (number, optional)
offset (number, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | ||
| userEmail | No | ||
| resourceName | No | ||
| action | No | ||
| resourceType | No | ||
| from | No | ||
| to | No | ||
| limit | No | ||
| offset | No |