# Webhook Sample Alert Payloads

This page provides sample JSON webhook payloads for AP-related Event IDs. Each example shows the common webhook parameters and the alert-specific `alertData` object.

### Usage

Use the `alertId` field to identify the Event ID, and use the `alertData` object to read alert-specific information for each event.

#### Rogue SSID Detection

**rogue\_ssid\_detected**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "rogue_ssid_detected",
  "alertType": "Rogue SSID Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "ssid_bssid": "SSID1(8E:DC:96:81:53:63), SSID2(8E:DC:96:81:53:64)"
  }
}
```

#### Evil-Twins Attack Detection

**ap\_wids\_eviltwin\_ap\_impersonation\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_eviltwin_ap_impersonation_start",
  "alertType": "Evil-Twins Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "EV-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "4",
    "radio": "2.4G",
    "victimized_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "attacker_ssid": "EnGenius84E1B2",
    "channel": "7",
    "rec_sta": "0",
    "codefense": "0"
  }
}
```

**ap\_wids\_eviltwin\_ap\_impersonation\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_eviltwin_ap_impersonation_update",
  "alertType": "Evil-Twins Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "EV-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "4",
    "radio": "2.4G",
    "victimized_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "attacker_ssid": "EnGenius84E1B2",
    "channel": "7",
    "rec_sta": "1",
    "codefense": "0"
  }
}
```

**ap\_wids\_eviltwin\_ap\_impersonation\_end**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_eviltwin_ap_impersonation_end",
  "alertType": "Evil-Twins Attack End",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "EV-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "4",
    "radio": "2.4G",
    "victimized_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "attacker_ssid": "EnGenius84E1B2",
    "channel": "7",
    "rec_sta": "2",
    "codefense": "0"
  }
}
```

**ap\_wids\_eviltwin\_ap\_spoofing\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_eviltwin_ap_spoofing_start",
  "alertType": "Evil-Twins Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "EV-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "4",
    "radio": "2.4G",
    "victimized_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "attacker_ssid": "IIS-Test",
    "channel": "7",
    "rec_sta": "0",
    "codefense": "1"
  }
}
```

**ap\_wids\_eviltwin\_ap\_spoofing\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_eviltwin_ap_spoofing_update",
  "alertType": "Evil-Twins Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "EV-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "4",
    "radio": "2.4G",
    "victimized_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "attacker_ssid": "IIS-Test",
    "channel": "7",
    "rec_sta": "1",
    "codefense": "1"
  }
}
```

**ap\_wids\_eviltwin\_ap\_spoofing\_end**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_eviltwin_ap_spoofing_end",
  "alertType": "Evil-Twins Attack End",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "EV-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "4",
    "radio": "2.4G",
    "victimized_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "attacker_ssid": "IIS-Test",
    "channel": "7",
    "rec_sta": "2",
    "codefense": "1"
  }
}
```

#### Malicious Attack Detection

**ap\_wids\_deauth\_ap\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_deauth_ap_start",
  "alertType": "Deauthentication Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DA-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "1",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "ff:ff:ff:ff:ff:ff",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "0",
    "codefense": "0"
  }
}
```

**ap\_wids\_deauth\_ap\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_deauth_ap_update",
  "alertType": "Deauthentication Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DA-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "1",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "ff:ff:ff:ff:ff:ff",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "1",
    "codefense": "0"
  }
}
```

**ap\_wids\_deauth\_others\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_deauth_others_start",
  "alertType": "Deauthentication Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DA-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "7",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "0",
    "codefense": "1"
  }
}
```

**ap\_wids\_deauth\_others\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_deauth_others_update",
  "alertType": "Deauthentication Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DA-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "7",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "1",
    "codefense": "1"
  }
}
```

**ap\_wids\_deauth\_others\_end**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_deauth_others_end",
  "alertType": "Deauthentication Attack End",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DA-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "7",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "2",
    "codefense": "1"
  }
}
```

**ap\_wids\_disassoc\_ap\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_ap_start",
  "alertType": "Disassociation Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "8",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "ff:ff:ff:ff:ff:ff",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "0",
    "codefense": "0"
  }
}
```

**ap\_wids\_disassoc\_ap\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_ap_update",
  "alertType": "Disassociation Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "8",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "ff:ff:ff:ff:ff:ff",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "1",
    "codefense": "0"
  }
}
```

**ap\_wids\_disassoc\_ap\_end**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_ap_end",
  "alertType": "Disassociation Attack End",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "8",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "ff:ff:ff:ff:ff:ff",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "2",
    "codefense": "0"
  }
}
```

**ap\_wids\_disassoc\_sta\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_sta_start",
  "alertType": "Disassociation Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "9",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "0",
    "codefense": "0"
  }
}
```

**ap\_wids\_disassoc\_sta\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_sta_update",
  "alertType": "Disassociation Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "9",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "1",
    "codefense": "0"
  }
}
```

**ap\_wids\_disassoc\_sta\_end**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_sta_end",
  "alertType": "Disassociation Attack End",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "9",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "2",
    "codefense": "0"
  }
}
```

**ap\_wids\_disassoc\_others\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_others_start",
  "alertType": "Disassociation Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "11",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "2",
    "codefense": "1"
  }
}
```

**ap\_wids\_disassoc\_others\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_others_update",
  "alertType": "Disassociation Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "11",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "2",
    "codefense": "1"
  }
}
```

**ap\_wids\_disassoc\_others\_end**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_disassoc_others_end",
  "alertType": "Disassociation Attack End",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "DS-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "reason code": "11",
    "radio": "2.4G",
    "victimized_ap_address": "88:dc:96:84:e1:b4",
    "victimized_sta_address": "88:dc:96:84:e1:b4",
    "victimized_ssid": "EnGenius84E1B2",
    "channel": "40",
    "rec_sta": "2",
    "codefense": "1"
  }
}
```

#### RF Jamming Detection

**ap\_wids\_jamming\_start**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_jamming_start",
  "alertType": "RF Jamming Attack Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "RF-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "radio": "2.4G",
    "channel": "1",
    "per_rx_avg": "0.79",
    "psr_avg": "0.02",
    "per_tx_avg": "0.02",
    "mpdu_recvd_avg": "237",
    "category": "Dense Packets"
  }
}
```

**ap\_wids\_jamming\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_jamming_update",
  "alertType": "RF Jamming Attack Continueously",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "RF-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "radio": "2.4G",
    "channel": "1",
    "per_rx_avg": "0.79",
    "psr_avg": "0.02",
    "per_tx_avg": "0.02",
    "mpdu_recvd_avg": "237",
    "category": "Dense Packets",
    "best_channel": "1"
  }
}
```

**ap\_wids\_jamming\_end**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_wids_jamming_end",
  "alertType": "RF Jamming Attack End",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "id": "RF-88DC96CCDD10-2-17c791d249c-1a",
    "time_start": 1634119525532,
    "time_end": 1634119525532,
    "radio": "2.4G",
    "channel": "1",
    "per_rx_avg": "0.79",
    "psr_avg": "0.02",
    "per_tx_avg": "0.02",
    "mpdu_recvd_avg": "237",
    "category": "Dense Packets",
    "best_channel": "1"
  }
}
```

#### DFS Radar Detection

**ap\_dfs\_radar\_detected**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_dfs_radar_detected",
  "alertType": "802.11h DFS Radar Detected",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "channel": "128",
    "typeid": "34",
    "jump_to": "112",
    "radio": "5G"
  }
}
```

#### Client Went Down

**ap\_client\_wpa\_deauth**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_client_wpa_deauth",
  "alertType": "WPA Deauthentication",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "reason": "5",
    "radio": "2.4G",
    "aid": "15443",
    "vap": "2",
    "client_mac": "00:16:3e:57:28:ca",
    "channel": "5"
  }
}
```

**ap\_client\_eap\_deauth**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_client_eap_deauth",
  "alertType": "802.1x Deauthentication",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "reason": "5",
    "radio": "2.4G",
    "identity": "$identity"
  }
}
```

**ap\_client\_disassoc**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_client_disassoc",
  "alertType": "802.11 Disassociation",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "client_mac": "a2:b3:cc:49:7a:50",
    "radio": "5G",
    "channel": "6",
    "reason": "xxxxx",
    "ap_disconnect_info": "xxxxx",
    "is_wpa": "True",
    "aid": "12345",
    "ssid_profile_name": "abcde12345",
    "ssid_id": "1",
    "rssi": "-60",
    "protocol": "802.11N/A",
    "tx_bytes": "4321",
    "rx_bytes": "8765"
  }
}
```

**ap\_steer\_kick\_sta**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_steer_kick_sta",
  "alertType": "Client Balancing Kick Station",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "aid": "1212121",
    "client_mac": "06:02:6f:10:66:af",
    "ifname": "ath1",
    "channel": "6",
    "radio": "2.4G",
    "reason": "loading",
    "value": "80"
  }
}
```

**ap\_kick\_station**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_kick_station",
  "alertType": "AP Kick Station",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "client_mac": "22:33:44:55:66:22",
    "radio": "5G",
    "ifname": "ath11",
    "aid": "12345"
  }
}
```

**ap\_clear\_station**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_clear_station",
  "alertType": "AP Clear Station",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "reason": "apsteer notification",
    "client_mac": "22:33:44:55:66:22",
    "ap_mac": "88:dc:96:12:34:56",
    "radio": "5G",
    "ifname": "ath11",
    "aid": "12345"
  }
}
```

**ap\_cloud\_kick\_station**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_cloud_kick_station",
  "alertType": "Cloud Kick Station",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "reason": "cloud_kick_sta",
    "client_mac": "22:33:44:55:66:22",
    "radio": "5G",
    "ifname": "ath11"
  }
}
```

#### Client Authentication Failure

**ap\_client\_wpa\_auth\_fail**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_client_wpa_auth_fail",
  "alertType": "WPA Authentication Attempt Failed",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "client_mac": "22:33:44:55:66:22",
    "ssid_profile_name": "abcde12345",
    "reason": "5",
    "radio": "2.4G",
    "channel": "9"
  }
}
```

**ap\_client\_eap\_auth\_fail**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_client_eap_auth_fail",
  "alertType": "802.1x Authentication Attempt Failed",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "client_mac": "22:33:44:55:66:22",
    "ssid_profile_name": "abcde12345",
    "reason": "5",
    "radio": "2.4G",
    "channel": "9"
  }
}
```

**ap\_client\_deny\_auth**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_client_deny_auth",
  "alertType": "802.11 Deny Authentication",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "client_mac": "a2:b3:cc:49:7a:50",
    "radio": "5G",
    "channel": "36",
    "reason": "xxxxx",
    "ssid_profile_name": "abcde12345"
  }
}
```

#### AP Reboot

**ap\_sys\_info\_bootup**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_sys_info_bootup",
  "alertType": "AP Boot Up",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "reason": "[reason]"
  }
}
```

**ap\_sys\_info\_shutdown**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ap_sys_info_shutdown",
  "alertType": "AP Shutdown",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "reason": "[reason]"
  }
}
```

#### Configuration Changed Within Network

**ssid\_creation**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ssid_creation",
  "alertType": "SSID Creation",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "ssid_profile_id": "863b37788be055gu81afae5g",
    "ssid_profile_name": "SSID_1",
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

**ssid\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ssid_update",
  "alertType": "SSID Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "ssid_profile_id": "863b37788be055gu81afae5g",
    "ssid_profile_name": "SSID_1",
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

**ssid\_removal**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "ssid_removal",
  "alertType": "SSID Removal",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "ssid_profile_id": "863b37788be055gu81afae5g",
    "ssid_profile_name": "SSID_1",
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

**radio\_update**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "radio_update",
  "alertType": "Radio Settings Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

**general\_ap\_remote\_syslog\_change**

```json
{
  "sentAt": "2026-03-11T06:10:55.000Z",
  "organizationId": "6115e91491d5ef56745ab984",
  "organizationName": "Engenius Cloud",
  "hierarchyviewId": "6115e91491d5ef56745ab984",
  "hierarchyviewName": "Example Hierarchy View",
  "networkId": "9915e35691d5ef7f545ab794",
  "networkName": "Example Network",
  "deviceSerial": "21B0V2111JEL",
  "deviceMac": "88:dc:96:97:07:5c",
  "deviceName": "Example Device",
  "deviceModel": "ECW536S",
  "deviceType": "ap",
  "alertId": "general_ap_remote_syslog_change",
  "alertType": "AP Remote Syslog Settings Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.engenius.ai/webhook/webhook-sample-alerts/ap/webhook-sample-alert-payloads.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
