Audit log
Triggered when a configuration change is made in the Dashboard.
Alert name: ALERT_AUDIT_LOG
Payload
{
"metadata": {
"alert_name": "ALERT_AUDIT_LOG",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"username": "admin@company.com",
"action": "Updated SSID configuration",
"change_diff": "Changed password for SSID 'Guest'"
}
}Fields
| Field | Type | Description |
|---|---|---|
username | string | Email or username of the user who made the change |
action | string | Description of the action performed |
change_diff | string | Details of what was changed |