Skip to content

Instantly share code, notes, and snippets.

@tgb20
Last active January 20, 2024 01:09
Show Gist options
  • Save tgb20/314444d89f0d939410511a48af18d303 to your computer and use it in GitHub Desktop.
Save tgb20/314444d89f0d939410511a48af18d303 to your computer and use it in GitHub Desktop.
Pterodactyl Activity Log Events
{
"user:api-key.create": ["identifier"],
"user:api-key.delete": ["identifier"],
"user:ssh-key.create": ["fingerprint"],
"user:ssh-key.delete": ["fingerprint"],
"user:account.email-changed": ["old", "new"],
"user:account.password-changed": [],
"user:two-factor.create": [],
"user:two-factor.delete": [],
"server:file.read": ["file"],
"server:file.download": ["file"],
"server:file.write": ["file"],
"server:file.create-directory": ["name", "directory"],
"server:file.rename": ["directory", "files"],
"server:file.copy": ["file"],
"server:file.compress": ["directory", "files"],
"server:file.decompress": ["directory", "files"],
"server:file.delete": ["directory", "files"],
"server:file.pull": ["directory", "url"],
"server:console.command": ["command"],
"server:settings.rename": ["old", "new"],
"server:settings.description": ["old", "new"],
"server:reinstall": [],
"server:startup.image": ["old", "new"],
"server:database.create": ["name"],
"server:database.rotate-password": ["name"],
"server:database.delete": ["name"],
"server:schedule.create": ["name"],
"server:schedule.update": ["name", "active"],
"server:schedule.execute": ["name"],
"server:schedule.delete": ["name"],
"server:subuser.create": ["email", "permissions"],
"server:subuser.update": ["email", "old", "new", "revoked"],
"server:subuser.delete": ["email", "revoked"],
"server:allocation.notes": ["allocation", "old", "new"],
"server:allocation.primary": ["allocation"],
"server:allocation.create": ["allocation"],
"server:allocation.delete": ["allocation"],
"server:task.create": ["name", "action", "payload"],
"server:task.update": ["name", "action", "payload"],
"server:task.delete": ["name"],
"server:startup.edit": ["variable", "old", "new"],
"server:backup.start": ["name", "locked"],
"server:backup.unlock": ["name"],
"server:backup.lock": ["name"],
"server:backup.delete": ["name", "failed"],
"server:backup.download": ["name"],
"server:backup.restore": ["name", "truncate"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment