Introducing Email Alert Functionality: Mute Wireless Notifications Based on Switch Port Schedule

How to enable it?

To mute notifications navigate to Network-wide >> Alerts page and turn on the "Mute wireless alerts based on switch port schedules" toggle. This toggle is only available on dashboard networks that include both Meraki APs and switches.

 

image (23).png

 

The following API endpoint /networks/{networkId}/alerts/settings can be used to mute wireless notifications across the network. 

 

 

"muting": {
  "type": "object",
  "properties": {
    "byPortSchedules": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "If true, then wireless unreachable alerts will be muted when caused by a port schedule"
         }
       },
      "description": "Mute wireless unreachable alerts based on switch port schedules"
    }
  },
"description": "Mute alerts under certain conditions"
}

 

 

To learn more about this feature please refer to this documentation and to learn more about how you can save energy using Meraki switches refer to this whitepaper .