Meraki Webhook API
- Introduction
- Payload Templates
- Webhook Integrations
- Webhook Sample Alerts
- APs came up
- APs went down
- Air Marshal - Rogue AP detected
- Bluetooth Clients have become visible
- Bluetooth Clients have gone out of range
- Cable error detected
- Camera may have critical hardware failure
- Cellular came up
- Cellular went down
- Cisco Meraki Umbrella Subscription Reminder
- Client IP conflict detected
- Client connected to another network
- Client connectivity changed
- Clients are compliant with their security policy
- Clients are violating their security policy
- Clients came up
- Clients have enrolled in one of your networks
- Clients have re-entered their geofenced area
- Clients have violated their geofencing policy
- Clients went down
- DHCP leases exhausted
- DHCPv6-NA renumber detected
- DHCPv6-PD renumber detected
- Devices operating at critical temperature
- Failover event detected
- Gateway to repeater
- IPv6 duplicate address detected on WAN uplinks
- Insight Alert
- MDM certificate will expire soon
- Malware download blocked
- Malware download detected
- Matching software installations found
- Meraki Management profile removed
- Motion detected
- Network usage alert
- New DHCP server detected
- New splash user registered
- Potential Cloud Archive Issue
- Power supply came up
- Power supply went down
- RADIUS authentication server unreachable
- Returned to using primary power
- Rogue AP detected
- Rogue DHCP server detected
- Running on backup power
- Sensor automation action
- Sensor automation action test
- Sensor battery cover removed
- Sensor battery cover replaced
- Sensor battery improved
- Sensor battery low
- Sensor change detected
- Sensor magnetic tampering detected
- Sensor magnetic tampering stopped
- Sensor probe cable disconnected
- Sensor probe cable reconnected
- Sensor water cable disconnected
- Sensor water cable reconnected
- Settings changed
- Switch port connected
- Switch port disconnected
- Switch port link speed changed
- Test notification
- UDLD error
- USB power cable was connected
- USB power cable was disconnected
- Unreachable devices detected
- Uplink IPv6 duplicate address detected
- Uplink status changed
- VLAN prefix shortage detected
- VPN connectivity changed
- translation missing: en.alerts.analyzed_app_network_insight_performance_alert
- Resources
APs came up
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.620233Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "APs came up",
"alertTypeId": "started_reporting",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
APs went down
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.591941Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "APs went down",
"alertTypeId": "stopped_reporting",
"alertLevel": "critical",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Air Marshal - Rogue AP detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.636315Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Air Marshal - Rogue AP detected",
"alertTypeId": "foreign_ap",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"minFirstSeen": 0,
"maxLastSeen": 10,
"ssidName": "My SSID"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Bluetooth Clients have become visible
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.627064Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "Bluetooth Clients have become visible",
"alertTypeId": "bluetooth_in",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"mac": "00:11:22:33:44:55",
"name": "",
"rowStartedAt": {
"millisFromEpoch": 1563208308228
},
"bluetoothClientId": "0000000000000000",
"rssi": -94,
"seenAt": {
"millisFromEpoch": 1563519260925
}
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Bluetooth Clients have gone out of range
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.584883Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "Bluetooth Clients have gone out of range",
"alertTypeId": "bluetooth_out",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"mac": "00:11:22:33:44:55",
"name": "",
"rowStartedAt": {
"millisFromEpoch": 1563208308228
},
"bluetoothClientId": "0000000000000000",
"rssi": -94,
"seenAt": {
"millisFromEpoch": 1563519260925
}
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Cable error detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.625652Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Cable error detected",
"alertTypeId": "port_cable_error",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"portNum": 3,
"description": "Gigabit link negotiation failed",
"status": "10 Gbps",
"prevStatus": "100 Gbps",
"portDesc": "Corp Access"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Camera may have critical hardware failure
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.553375Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My camera",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MV",
"alertId": "0000000000000000",
"alertType": "Camera may have critical hardware failure",
"alertTypeId": "node_hardware_failure",
"alertLevel": "critical",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Cellular came up
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.575560Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Cellular came up",
"alertTypeId": "cellular_up",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"provider": "Purview Wireless",
"model": "UML290VW",
"local": "192.168.1.2",
"remote": "1.2.3.5",
"connection": "LTE"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Cellular went down
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.568284Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Cellular went down",
"alertTypeId": "cellular_down",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"bytesIn": "1861",
"bytesOut": "1880",
"connectTime": "2",
"provider": "Purview Wireless",
"model": "UML290VW",
"local": "192.168.1.2",
"remote": "1.2.3.5",
"connection": "LTE"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Cisco Meraki Umbrella Subscription Reminder
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.615163Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Cisco Meraki Umbrella Subscription Reminder",
"alertTypeId": "umbrella_expiring",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"daysLeft": "25",
"expirationDate": "2020-10-21"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Client IP conflict detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.610361Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Client IP conflict detected",
"alertTypeId": "ip_conflict",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"conflictingIp": "192.168.1.2",
"contendingMac": "00:11:22:33:44:55"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Client connected to another network
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.578918Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "Client connected to another network",
"alertTypeId": "rogue_ap_association",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"mac": "00:11:22:33:44:55",
"foreignBssid": "E2:55:7D:26:09:C0"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Client connectivity changed
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.629823Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Client connectivity changed",
"alertTypeId": "client_connectivity",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"mac": "00:11:22:33:44:55",
"ip": "192.168.1.2",
"connected": "true",
"clientName": "Cisco Meraki valued client",
"clientUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Clients are compliant with their security policy
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.556874Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Clients are compliant with their security policy",
"alertTypeId": "pcc_security_compliance",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"pccSecurityPolicyId": "0000000000000000",
"pccSecurityAlertConfigId": "0000000000000000"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Clients are violating their security policy
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.605208Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Clients are violating their security policy",
"alertTypeId": "pcc_security_violation",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"pccSecurityPolicyId": "0000000000000000",
"pccSecurityAlertConfigId": "0000000000000000"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Clients came up
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.586065Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Clients came up",
"alertTypeId": "pcc_outage_end",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Clients have enrolled in one of your networks
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.622826Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Clients have enrolled in one of your networks",
"alertTypeId": "pcc_enrollment",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"deviceId": "0000000000000000"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Clients have re-entered their geofenced area
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.632514Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "Clients have re-entered their geofenced area",
"alertTypeId": "geofencing_in",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Clients have violated their geofencing policy
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.596596Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "Clients have violated their geofencing policy",
"alertTypeId": "geofencing_out",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Clients went down
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.607508Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Clients went down",
"alertTypeId": "pcc_outage_begin",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
DHCP leases exhausted
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.611648Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "DHCP leases exhausted",
"alertTypeId": "dhcp_no_leases",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"network": "192.168.1.0/24'192.168.1.254"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
DHCPv6-NA renumber detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.617637Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "DHCPv6-NA renumber detected",
"alertTypeId": "dhcp6na_renumber",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
DHCPv6-PD renumber detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.560313Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "DHCPv6-PD renumber detected",
"alertTypeId": "dhcp6pd_renumber",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Devices operating at critical temperature
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.579964Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Devices operating at critical temperature",
"alertTypeId": "critical_temperature",
"alertLevel": "critical",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"temperature": "Critical Level",
"action": "Shutdown"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Failover event detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.581106Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Failover event detected",
"alertTypeId": "vrrp",
"alertLevel": "critical",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"oldIfUp": "0",
"oldMode": "detect",
"oldPrio": "75",
"electorState": "master",
"mode": "detect",
"prio": "75",
"ifUp": "1"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Gateway to repeater
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.565166Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "Gateway to repeater",
"alertTypeId": "gateway_to_repeater",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
IPv6 duplicate address detected on WAN uplinks
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.628479Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "IPv6 duplicate address detected on WAN uplinks",
"alertTypeId": "ip6_conflict",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"conflictingIp": "fe80:0:0:0:1430:aac1:6826:75ab",
"contendingMac": "00:11:22:33:44:55"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Insight Alert
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.606206Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Insight Alert",
"alertTypeId": "mi_alert",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
MDM certificate will expire soon
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.571214Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "MDM certificate will expire soon",
"alertTypeId": "pcc_expired_apns_cert",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"expiry": "2018-02-11T00:00:00Z",
"networkId": "1254235",
"topic": "com.apple.mgmt.External.e9908a35-405d-4b25-b513-fa55431d1374"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Malware download blocked
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.548283Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Malware download blocked",
"alertTypeId": "amp_malware_blocked",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Malware download detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.594446Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Malware download detected",
"alertTypeId": "amp_malware_detected",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"eventType": "amp_malware_detected",
"sha256": "ddcb8f357d86d11dfa3409f71a966e5076240445ca9825fb72e7386efc5582e4",
"disposition": 3
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Matching software installations found
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.621522Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Matching software installations found",
"alertTypeId": "pcc_sw_found",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"swFoundRegex": ".*",
"installs": [
{
"swName": "TrackAbout",
"swVendor": "iTunes Store",
"pccName": "Miles Meraki iPhone",
"swVersion": "7.313.132",
"swInstallDate": "2019-07-17"
}
]
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Meraki Management profile removed
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.554685Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Meraki Management profile removed",
"alertTypeId": "pcc_unmanaged",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"pccName": "iPhone",
"wifiMac": "00:11:22:33:44:55",
"serialNumber": "F5XKHEBX"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Motion detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.631232Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My camera",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MV",
"alertId": "0000000000000000",
"alertType": "Motion detected",
"alertTypeId": "motion_alert",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"imageUrl": "https://XXXXXXXXXXXXXXXXXXXXXXXXXXX.jpg",
"timestamp": 1563499479.547,
"motionRecapEnabled": true,
"motionDetectorAllowsRecap": true,
"isSpyglass": false,
"imageEnabled": true
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Network usage alert
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.593299Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Network usage alert",
"alertTypeId": "usage_alert",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"usageThreshold": "104857600",
"kbTotal": "115892215",
"period": "1200"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
New DHCP server detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.618922Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "New DHCP server detected",
"alertTypeId": "dhcp_alerts",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"mac": "00:11:22:33:44:55",
"ip": "192.168.1.2",
"vlan": "104",
"subnet": "192.168.1.0/24"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
New splash user registered
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.590752Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "New splash user registered",
"alertTypeId": "new_splash_signup",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"userEmail": "miles@meraki.com",
"userName": "milesmeraki",
"ssidId": "My SSID"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Potential Cloud Archive Issue
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.595602Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My camera",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MV",
"alertId": "0000000000000000",
"alertType": "Potential Cloud Archive Issue",
"alertTypeId": "cloud_archive_alert",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Power supply came up
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.601774Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Power supply came up",
"alertTypeId": "power_supply_up",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"num": 2
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Power supply went down
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.577799Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Power supply went down",
"alertTypeId": "power_supply_down",
"alertLevel": "critical",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"num": 2
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
RADIUS authentication server unreachable
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.563207Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "RADIUS authentication server unreachable",
"alertTypeId": "unreachable_radius_server",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"shardId": "207",
"isSpare": true,
"machineIp": "192.168.1.2",
"ssid": "My SSID",
"srvIp": "server.example.com",
"port": "1812"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Returned to using primary power
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.589585Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Returned to using primary power",
"alertTypeId": "rps_base_supply_up",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"num": 0
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Rogue AP detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.637375Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My access point",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MR",
"alertId": "0000000000000000",
"alertType": "Rogue AP detected",
"alertTypeId": "rogue_ap",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"rssi": "1126462856796059000"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Rogue DHCP server detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.598043Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Rogue DHCP server detected",
"alertTypeId": "rogue_dhcp",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"eth": "bb:bb:bb:11:11:11",
"ip": "10.20.2.62",
"subnet": "0.0.0.0/0",
"vlan": "3"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Running on backup power
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.599153Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Running on backup power",
"alertTypeId": "rps_backup",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"num": 0
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Sensor automation action
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.624242Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor automation action",
"alertTypeId": "sensor_automation",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"automationId": "0000000000000000",
"conditionId": "0000000000000000",
"trigger": {
"action": {
"id": "0000000000000000",
"type": null
},
"sensor": {
"name": "My sensor",
"serial": "Q234-ABCD-5678"
},
"metric": "button",
"button": {
"pressType": "short"
},
"ts": "2018-02-11T00:00:00Z"
},
"message": "This is an example payload for Automations."
}
}
Sensor automation action test
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.609042Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor automation action test",
"alertTypeId": "sensor_automation_test",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"automationId": "0000000000000000",
"conditionId": "0000000000000000",
"trigger": {
"action": {
"id": "0000000000000000",
"type": null
},
"sensor": {
"name": "My sensor",
"serial": "Q234-ABCD-5678"
},
"metric": "button",
"button": {
"pressType": "short"
},
"ts": "2018-02-11T00:00:00Z"
},
"message": "This is an example payload for Automations."
}
}
Sensor battery cover removed
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.616475Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor battery cover removed",
"alertTypeId": "sensor_battery_cover_removed",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor battery cover replaced
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.600444Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor battery cover replaced",
"alertTypeId": "sensor_battery_cover_replaced",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor battery improved
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.612780Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor battery improved",
"alertTypeId": "sensor_battery_improved",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor battery low
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.555765Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor battery low",
"alertTypeId": "sensor_battery_low",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor change detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.573979Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor change detected",
"alertTypeId": "sensor_alert",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"alertConfigId": "0000000000000000",
"triggerData": [
{
"conditionId": "0000000000000000",
"trigger": {
"ts": 1518365681,
"type": "door",
"nodeId": "0000000000000000",
"sensorValue": 1
}
}
],
"startedAlerting": true
}
}
Sensor magnetic tampering detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.564267Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor magnetic tampering detected",
"alertTypeId": "sensor_magnetic_tampering_detected",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor magnetic tampering stopped
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.576789Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor magnetic tampering stopped",
"alertTypeId": "sensor_magnetic_tampering_reset",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor probe cable disconnected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.633759Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor probe cable disconnected",
"alertTypeId": "sensor_probe_cable_disconnected",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor probe cable reconnected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.549866Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor probe cable reconnected",
"alertTypeId": "sensor_probe_cable_reconnected",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor water cable disconnected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.566163Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor water cable disconnected",
"alertTypeId": "sensor_water_cable_disconnected",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Sensor water cable reconnected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.557892Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Sensor water cable reconnected",
"alertTypeId": "sensor_water_cable_reconnected",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Settings changed
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.603522Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "",
"deviceMac": "",
"deviceName": "",
"deviceUrl": "",
"deviceTags": [],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "Settings changed",
"alertTypeId": "settings_changed",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"name": "Routing and DHCP",
"url": "/manage/configure/switch_l3",
"changes": {
"createStaticRoute": {
"label": "Added static route on SP-Warehouse",
"newText": "10.10.10.0/24 -> 172.16.254.253",
"changedBy": "miles@meraki.com",
"oldText": "",
"ssidId": "My SSID"
}
},
"userId": "0000000000000000"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Switch port connected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.588514Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Switch port connected",
"alertTypeId": "port_connected",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"portNum": 3,
"description": "Switch port is up at 10 Gbps",
"status": "10 Gbps",
"prevStatus": "down",
"portDesc": "Corp Access"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Switch port disconnected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.552128Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Switch port disconnected",
"alertTypeId": "port_disconnected",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"portNum": 3,
"description": "Switch port is down",
"status": "down",
"prevStatus": "100 Gbps",
"portDesc": "Corp Access"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Switch port link speed changed
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.583450Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Switch port link speed changed",
"alertTypeId": "port_speed_change",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"portNum": 3,
"description": "10 Gbps to 100 Gbps",
"status": "100 Gbps",
"prevStatus": "10 Gbps",
"portDesc": "Corp Access"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Test notification
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.569709Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "Test notification",
"alertTypeId": "sensor_alert_test",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"alertConfigId": "0000000000000000",
"triggerData": [
{
"conditionId": "0000000000000000",
"trigger": {
"ts": 1518365681,
"type": "door",
"nodeId": "0000000000000000",
"sensorValue": 1
}
}
],
"startedAlerting": true
}
}
UDLD error
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.587190Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "UDLD error",
"alertTypeId": "udld_error",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"errorType": "Unidirectional link (outbound fault)",
"action": "none",
"port": {
"port": 52,
"moduleSlot": 0,
"modulePid": ""
}
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
USB power cable was connected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.550927Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "USB power cable was connected",
"alertTypeId": "sensor_usb_power_cable_reconnected",
"alertLevel": "informational",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
USB power cable was disconnected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.567104Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My sensor",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MT",
"alertId": "0000000000000000",
"alertType": "USB power cable was disconnected",
"alertTypeId": "sensor_usb_power_cable_disconnected",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {}
}
Unreachable devices detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.582329Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Unreachable devices detected",
"alertTypeId": "firewall_test_failed",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"failingNodes": "Inside AP\nRecycle Shed AP"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Uplink IPv6 duplicate address detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.613908Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "Uplink IPv6 duplicate address detected",
"alertTypeId": "uplink_ip6_conflict",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"conflictingIp": "192.168.1.2",
"contendingMac": "00:11:22:33:44:55"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
Uplink status changed
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.559019Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My switch",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MS",
"alertId": "0000000000000000",
"alertType": "Uplink status changed",
"alertTypeId": "failover_event",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"uplink": "0"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
VLAN prefix shortage detected
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.561882Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "VLAN prefix shortage detected",
"alertTypeId": "prefix_starvation",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"vlan": 100,
"pvdId": "wan0_id",
"contendingMac": "00:11:22:33:44:55",
"occurredAt": "Feb 11, 2018"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
VPN connectivity changed
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.572446Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "My appliance",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "MX",
"alertId": "0000000000000000",
"alertType": "VPN connectivity changed",
"alertTypeId": "vpn_connectivity_change",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {
"vpnType": "l2tpv3",
"vap": "1",
"onSecondary": false,
"secondaryEndpoint": "192.168.1.2",
"primaryEndpoint": "192.168.1.1",
"connectivity": "true",
"peerNetworkName": "Corp Access",
"peerNetworkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"peerNetworkId": "N_24329156"
},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}
translation missing: en.alerts.analyzed_app_network_insight_performance_alert
json
Copy{
"version": "0.1",
"sharedSecret": "secret",
"sentAt": "2022-09-07T14:14:14.635153Z",
"organizationId": "2930418",
"organizationName": "My organization",
"organizationUrl": "https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview",
"networkId": "N_24329156",
"networkName": "Main Office",
"networkUrl": "https://n1.meraki.com//n//manage/nodes/list",
"networkTags": [],
"deviceSerial": "Q234-ABCD-5678",
"deviceMac": "00:11:22:33:44:55",
"deviceName": "",
"deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000",
"deviceTags": [
"tag1",
"tag2"
],
"deviceModel": "",
"alertId": "0000000000000000",
"alertType": "translation missing: en.alerts.analyzed_app_network_insight_performance_alert",
"alertTypeId": "analyzed_app_network_insight_performance_alert",
"alertLevel": "warning",
"occurredAt": "2018-02-11T00:00:00.123450Z",
"alertData": {},
"enrollmentString": "my-enrollment-string",
"notes": "Additional description of the network",
"productTypes": [
"appliance",
"switch",
"wireless"
]
}