Public
Documentation Settings

Meraki Webhooks Management

AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

Alerts

AUTHORIZATIONAPI Key
This folder is using API Key from collectionMeraki Webhooks Management

settings

AUTHORIZATIONAPI Key
This folder is using API Key from collectionMeraki Webhooks Management

GETReturn the alert configuration for this network

https://api.meraki.com/api/v1/networks/:networkId/alerts/settings

Return the alert configuration for this network

AUTHORIZATIONAPI Key
This request is using API Key from collectionMeraki Webhooks Management
HEADERS
X-Cisco-Meraki-API-Key
PATH VARIABLES
networkId

{{networkId}}

(Required)

PUTUpdate the alert configuration for this network

https://api.meraki.com/api/v1/networks/:networkId/alerts/settings

Update the alert configuration for this network

Body Parameters

ParameterTypeDescription
defaultDestinationsobjectThe network-wide destinations for all alerts on the network.
alertsarrayAlert-specific configuration for each type. Only alerts that pertain to the network can be updated.
AUTHORIZATIONAPI Key
This request is using API Key from collectionMeraki Webhooks Management
HEADERS
X-Cisco-Meraki-API-Key
Content-Type

application/json

PATH VARIABLES
networkId

{{networkId}}

(Required)

Bodyraw
{
    "defaultDestinations": {
        "emails": [
            "<string>",
            "<string>"
        ],
        "allAdmins": "<boolean>",
        "snmp": "<boolean>",
        "httpServerIds": [
            "<string>",
            "<string>"
        ]
    },
    "alerts": [
        {
            "type": "<string>",
            "enabled": "<boolean>",
            "alertDestinations": {
                "emails": [
                    "<string>",
                    "<string>"
                ],
                "allAdmins": "<boolean>",
                "snmp": "<boolean>",
                "httpServerIds": [
                    "<string>",
                    "<string>"
                ]
            },
            "filters": {}
        },
        {
            "type": "<string>",
            "enabled": "<boolean>",
            "alertDestinations": {
                "emails": [
                    "<string>",
                    "<string>"
                ],
                "allAdmins": "<boolean>",
                "snmp": "<boolean>",
                "httpServerIds": [
                    "<string>",
                    "<string>"
                ]
            },
            "filters": {}
        }
    ]
}
Loading