# Webhook Sample Alert Payloads

This page provides sample JSON webhook payloads for switch extender-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.

### Switch Extender Port Status Events

#### switch\_extender\_link\_status

```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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_link_status",
  "alertType": "Switch Extender Port Link Status Change",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "port": "3",
    "status": "up"
  }
}
```

#### switch\_extender\_stp\_port\_status

```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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_stp_port_status",
  "alertType": "Switch Extender STP Port Status Change",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "port": "3",
    "status": "blocking"
  }
}
```

### Switch Extender Device Setting Events

#### switch\_extender\_vlan\_setting\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_vlan_setting_update",
  "alertType": "Switch Extender VLAN Settings Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

#### switch\_extender\_system\_setting\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_system_setting_update",
  "alertType": "Switch Extender System Settings Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

#### switch\_extender\_port\_setting\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_port_setting_update",
  "alertType": "Switch Extender Port Settings Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

#### general\_switch\_extender\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "general_switch_extender_remote_syslog_change",
  "alertType": "Switch Extender Remote Syslog Settings Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser"
  }
}
```

### Switch Extender Network Policy Events

#### switch\_extender\_policy\_vlan\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_policy_vlan_creation",
  "alertType": "Switch Extender VLAN Creation",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser",
    "vlan_id": "100"
  }
}
```

#### switch\_extender\_policy\_vlan\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_policy_vlan_update",
  "alertType": "Switch Extender VLAN Update",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser",
    "vlan_id": "100"
  }
}
```

#### switch\_extender\_policy\_vlan\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_policy_vlan_removal",
  "alertType": " Switch Extender VLAN Removal",
  "alertLevel": "notice",
  "occurredAt": "2026-03-11T06:09:33.000Z",
  "alertData": {
    "operator": "testuser@example.com",
    "operator_name": "testuser",
    "vlan_id": "100"
  }
}
```

#### switch\_extender\_policy\_system\_setting\_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": "EXT1109P",
  "deviceType": "switch_extender",
  "alertId": "switch_extender_policy_system_setting_update",
  "alertType": "Network Switch Extender System 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/switch-extender/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.
