{"info":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"897512","collectionId":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","publishedId":"UyxnCiv7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-18T12:22:36.000Z"},"item":[{"name":"Alerts","item":[{"name":"settings","item":[{"name":"Return the alert configuration for this network","id":"b89dcebb-b994-4876-8075-afff0d4ce5f3","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/alerts/settings","description":"<p>Return the alert configuration for this network</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","alerts","settings"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"10b3b527-18ea-44a3-812c-d01faadae167","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"dfe99336-9dc2-4333-97be-171b0c8de323","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/alerts/settings","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","alerts","settings"],"variable":[{"key":"networkId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"defaultDestinations\": {\n  \"emails\": [\n   \"miles@meraki.com\"\n  ],\n  \"allAdmins\": true,\n  \"snmp\": true,\n  \"httpServerIds\": [\n   \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vd2ViaG9va3M=\"\n  ]\n },\n \"alerts\": [\n  {\n   \"type\": \"gatewayDown\",\n   \"enabled\": true,\n   \"alertDestinations\": {\n    \"emails\": [\n     \"miles@meraki.com\"\n    ],\n    \"allAdmins\": false,\n    \"snmp\": false,\n    \"httpServerIds\": [\n     \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vd2ViaG9va3M=\"\n    ]\n   },\n   \"filters\": {\n    \"timeout\": 60\n   }\n  }\n ]\n}"}],"_postman_id":"b89dcebb-b994-4876-8075-afff0d4ce5f3"},{"name":"Update the alert configuration for this network","id":"c28d200f-ee24-458f-8708-45033964961b","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"defaultDestinations\": {\n        \"emails\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"allAdmins\": \"<boolean>\",\n        \"snmp\": \"<boolean>\",\n        \"httpServerIds\": [\n            \"<string>\",\n            \"<string>\"\n        ]\n    },\n    \"alerts\": [\n        {\n            \"type\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"alertDestinations\": {\n                \"emails\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"allAdmins\": \"<boolean>\",\n                \"snmp\": \"<boolean>\",\n                \"httpServerIds\": [\n                    \"<string>\",\n                    \"<string>\"\n                ]\n            },\n            \"filters\": {}\n        },\n        {\n            \"type\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"alertDestinations\": {\n                \"emails\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"allAdmins\": \"<boolean>\",\n                \"snmp\": \"<boolean>\",\n                \"httpServerIds\": [\n                    \"<string>\",\n                    \"<string>\"\n                ]\n            },\n            \"filters\": {}\n        }\n    ]\n}"},"url":"https://api.meraki.com/api/v1/networks/:networkId/alerts/settings","description":"<p>Update the alert configuration for this network</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>defaultDestinations</td>\n<td>object</td>\n<td>The network-wide destinations for all alerts on the network.</td>\n</tr>\n<tr>\n<td>alerts</td>\n<td>array</td>\n<td>Alert-specific configuration for each type. Only alerts that pertain to the network can be updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","alerts","settings"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"9d982597-df15-4bff-be3c-e4ed8d7914a3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"7ab3f407-b35c-40f5-ba71-eb19f899d60b","name":"Successful operation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"defaultDestinations\": {\n        \"emails\": [\n            \"miles@meraki.com\"\n        ],\n        \"allAdmins\": true,\n        \"snmp\": true,\n        \"httpServerIds\": [\n            \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vd2ViaG9va3M=\"\n        ]\n    },\n    \"alerts\": [\n        {\n            \"type\": \"gatewayDown\",\n            \"enabled\": true,\n            \"alertDestinations\": {\n                \"emails\": [\n                    \"miles@meraki.com\"\n                ],\n                \"allAdmins\": false,\n                \"snmp\": false,\n                \"httpServerIds\": [\n                    \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vd2ViaG9va3M=\"\n                ]\n            },\n            \"filters\": {\n                \"timeout\": 60\n            }\n        }\n    ]\n}"},"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/alerts/settings","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","alerts","settings"],"variable":[{"key":"networkId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"defaultDestinations\": {\n  \"emails\": [\n   \"miles@meraki.com\"\n  ],\n  \"allAdmins\": true,\n  \"snmp\": true,\n  \"httpServerIds\": [\n   \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vd2ViaG9va3M=\"\n  ]\n },\n \"alerts\": [\n  {\n   \"type\": \"gatewayDown\",\n   \"enabled\": true,\n   \"alertDestinations\": {\n    \"emails\": [\n     \"miles@meraki.com\"\n    ],\n    \"allAdmins\": false,\n    \"snmp\": false,\n    \"httpServerIds\": [\n     \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vd2ViaG9va3M=\"\n    ]\n   },\n   \"filters\": {\n    \"timeout\": 60\n   }\n  }\n ]\n}"}],"_postman_id":"c28d200f-ee24-458f-8708-45033964961b"},{"name":"Return the MI alert configuration for this organization","id":"a4d39fbd-9b4b-4d98-9ca2-883e113989b4","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/settings","description":"<p>Return the MI alert configuration for this organization</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","alerts","settings"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"be7f85f5-1c37-4af2-b0ff-92d8df6fd54c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"58c72e85-8b2f-4867-8e77-c9bf1bc74de8","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/settings","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","alerts","settings"],"variable":[{"key":"organizationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"defaultDestinations\": {\n  \"emails\": [\n   \"miles@meraki.com\"\n  ],\n  \"allAdmins\": true\n },\n \"alerts\": [\n  {\n   \"type\": \"insightAppOutage\",\n   \"enabled\": true,\n   \"alertDestinations\": {\n    \"emails\": [\n     \"miles@meraki.com\"\n    ],\n    \"allAdmins\": false\n   },\n   \"filters\": {\n    \"alertOnAllApps\": true\n   }\n  }\n ]\n}"}],"_postman_id":"a4d39fbd-9b4b-4d98-9ca2-883e113989b4"},{"name":"Update the MI alert configuration for this organization","id":"1ea92eed-75ed-4e80-88ba-1e74436e1047","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"defaultDestinations\": {\n        \"emails\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"allAdmins\": \"<boolean>\"\n    },\n    \"alerts\": [\n        {\n            \"type\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"alertDestinations\": {\n                \"emails\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"allAdmins\": \"<boolean>\"\n            },\n            \"filters\": {}\n        },\n        {\n            \"type\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"alertDestinations\": {\n                \"emails\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"allAdmins\": \"<boolean>\"\n            },\n            \"filters\": {}\n        }\n    ],\n    \"suppression\": {\n        \"enabled\": \"<boolean>\",\n        \"exceptedRecipients\": [\n            {\n                \"email\": \"<string>\"\n            },\n            {\n                \"email\": \"<string>\"\n            }\n        ]\n    }\n}"},"url":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/settings","description":"<p>Update the MI alert configuration for this organization</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>defaultDestinations</td>\n<td>object</td>\n<td>The org-wide destinations for all alerts on the organization.</td>\n</tr>\n<tr>\n<td>alerts</td>\n<td>array</td>\n<td>Alert-specific configuration for each type. Only alerts that pertain to the whole organization can be updated.</td>\n</tr>\n<tr>\n<td>suppression</td>\n<td>object</td>\n<td>Alert suppression settings details</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","alerts","settings"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"012c334b-b854-4921-a2c3-90da4e7ef62e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"dbf75819-65b9-4296-b93a-89c2bc26ce11","name":"Successful operation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"defaultDestinations\": {\n        \"emails\": [\n            \"miles@meraki.com\"\n        ],\n        \"allAdmins\": true\n    },\n    \"alerts\": [\n        {\n            \"type\": \"insightAppOutage\",\n            \"enabled\": true,\n            \"alertDestinations\": {\n                \"emails\": [\n                    \"miles@meraki.com\"\n                ],\n                \"allAdmins\": false\n            },\n            \"filters\": {\n                \"alertOnAllApps\": true\n            }\n        }\n    ]\n}"},"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/settings","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","alerts","settings"],"variable":[{"key":"organizationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"defaultDestinations\": {\n  \"emails\": [\n   \"miles@meraki.com\"\n  ],\n  \"allAdmins\": true\n },\n \"alerts\": [\n  {\n   \"type\": \"insightAppOutage\",\n   \"enabled\": true,\n   \"alertDestinations\": {\n    \"emails\": [\n     \"miles@meraki.com\"\n    ],\n    \"allAdmins\": false\n   },\n   \"filters\": {\n    \"alertOnAllApps\": true\n   }\n  }\n ]\n}"}],"_postman_id":"1ea92eed-75ed-4e80-88ba-1e74436e1047"}],"id":"6a098a47-e8ab-4f97-bb12-42df41f6ccd3","_postman_id":"6a098a47-e8ab-4f97-bb12-42df41f6ccd3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"profiles","item":[{"name":"List all MI alert configurations","id":"c9cb3928-d4a1-4f18-89ec-92d6fe769258","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles","description":"<p>List all MI alert configurations</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","alerts","profiles"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"cb892731-e55f-4d8a-a0d5-02820d3d41f0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"793e2026-deca-4ef4-b619-e46745fb3785","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","alerts","profiles"],"variable":[{"key":"organizationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"1284392014819\",\n  \"type\": \"wanUtilization\",\n  \"enabled\": true,\n  \"alertCondition\": {\n   \"duration_ms\": 60000,\n   \"timespan_ms\": 600000,\n   \"bit_rate_bps\": 10000,\n   \"interface\": 0\n  },\n  \"recipients\": [\n   {\n    \"type\": \"email\",\n    \"email\": \"admin@example.org\"\n   }\n  ],\n  \"networkTags\": [\n   \"tag1\",\n   \"tag2\"\n  ],\n  \"description\": \"WAN 1 high utilization\"\n }\n]"}],"_postman_id":"c9cb3928-d4a1-4f18-89ec-92d6fe769258"},{"name":"Create an MI alert configuration","id":"7545e465-f143-4228-9557-7496e0b4f49f","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"<string>\",\n    \"alertCondition\": {\n        \"duration_ms\": \"<integer>\",\n        \"timespan_ms\": \"<integer>\",\n        \"bit_rate_bps\": \"<integer>\",\n        \"loss_ratio\": \"<float>\",\n        \"latency_ms\": \"<integer>\",\n        \"jitter_ms\": \"<integer>\",\n        \"mos\": \"<float>\",\n        \"interface\": \"<integer>\"\n    },\n    \"recipients\": [\n        {\n            \"type\": \"<string>\",\n            \"email\": \"<string>\"\n        },\n        {\n            \"type\": \"<string>\",\n            \"email\": \"<string>\"\n        }\n    ],\n    \"networkTags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles","description":"<p>Create an MI alert configuration</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The alert type</td>\n</tr>\n<tr>\n<td>alertCondition</td>\n<td>object</td>\n<td>conditions of the alert</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>array</td>\n<td>list of recipients to be notified</td>\n</tr>\n<tr>\n<td>networkTags</td>\n<td>array</td>\n<td>networks with these tags will be monitored for the alert</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>user supplied description of the alert</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"supports-action-batches\">Supports Action Batches</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Resource</strong></th>\n<th><strong>Operation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/organizations/{organizationId}/alerts/profiles</code></td>\n<td>create</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","alerts","profiles"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"3ef07111-a919-440c-9cb9-364d6ef5dfc5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"0eb92cf0-d754-4c56-bbbe-03bb9e1d9aa4","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"wanUtilization\",\n    \"enabled\": true,\n    \"alertCondition\": {\n        \"duration_ms\": 60000,\n        \"timespan_ms\": 600000,\n        \"bit_rate_bps\": 10000,\n        \"interface\": 0\n    },\n    \"recipients\": [\n        {\n            \"type\": \"email\",\n            \"email\": \"admin@example.org\"\n        }\n    ],\n    \"networkTags\": [\n        \"tag1\",\n        \"tag2\"\n    ],\n    \"description\": \"WAN 1 high utilization\"\n}"},"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","alerts","profiles"],"variable":[{"key":"organizationId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"1284392014819\",\n \"type\": \"wanUtilization\",\n \"enabled\": true,\n \"alertCondition\": {\n  \"duration_ms\": 60000,\n  \"timespan_ms\": 600000,\n  \"bit_rate_bps\": 10000,\n  \"interface\": 0\n },\n \"recipients\": [\n  {\n   \"type\": \"email\",\n   \"email\": \"admin@example.org\"\n  }\n ],\n \"networkTags\": [\n  \"tag1\",\n  \"tag2\"\n ],\n \"description\": \"WAN 1 high utilization\"\n}"}],"_postman_id":"7545e465-f143-4228-9557-7496e0b4f49f"},{"name":"Update an MI alert config","id":"6f60a069-3ef8-4d23-bc08-693606df58ab","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"type\": \"<string>\",\n    \"alertCondition\": {\n        \"duration_ms\": \"<integer>\",\n        \"timespan_ms\": \"<integer>\",\n        \"bit_rate_bps\": \"<integer>\",\n        \"loss_ratio\": \"<float>\",\n        \"latency_ms\": \"<integer>\",\n        \"jitter_ms\": \"<integer>\",\n        \"mos\": \"<float>\",\n        \"interface\": \"<integer>\"\n    },\n    \"recipients\": [\n        {\n            \"type\": \"<string>\",\n            \"email\": \"<string>\"\n        },\n        {\n            \"type\": \"<string>\",\n            \"email\": \"<string>\"\n        }\n    ],\n    \"networkTags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles/:alertConfigId","description":"<p>Update an MI alert config</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled</td>\n<td>boolean</td>\n<td>Is the alert config enabled</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The alert type</td>\n</tr>\n<tr>\n<td>alertCondition</td>\n<td>object</td>\n<td>conditions of the alert</td>\n</tr>\n<tr>\n<td>recipients</td>\n<td>array</td>\n<td>list of recipients to be notified</td>\n</tr>\n<tr>\n<td>networkTags</td>\n<td>array</td>\n<td>networks with these tags will be monitored for the alert</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>user supplied description of the alert</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"supports-action-batches\">Supports Action Batches</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Resource</strong></th>\n<th><strong>Operation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/organizations/{organizationId}/alerts/profiles/{alertConfigId}</code></td>\n<td>create</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","alerts","profiles",":alertConfigId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"3a6cd30a-4fb7-4659-b404-03eded2ff292","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"},{"id":"e19ced8f-513f-4721-ac87-9a3680acd310","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{alertConfigId}}","key":"alertConfigId"}]}},"response":[{"id":"cfdc8f91-5615-47d6-be12-392beb05e9b2","name":"Successful operation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"enabled\": true\n}"},"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles/:alertConfigId","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","alerts","profiles",":alertConfigId"],"variable":[{"key":"organizationId"},{"key":"alertConfigId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"1284392014819\",\n \"type\": \"wanUtilization\",\n \"enabled\": true,\n \"alertCondition\": {\n  \"duration_ms\": 60000,\n  \"timespan_ms\": 600000,\n  \"bit_rate_bps\": 10000,\n  \"interface\": 0\n },\n \"recipients\": [\n  {\n   \"type\": \"email\",\n   \"email\": \"admin@example.org\"\n  }\n ],\n \"networkTags\": [\n  \"tag1\",\n  \"tag2\"\n ],\n \"description\": \"WAN 1 high utilization\"\n}"}],"_postman_id":"6f60a069-3ef8-4d23-bc08-693606df58ab"},{"name":"Removes an MI alert config","id":"c64d7009-514c-427b-a326-b686c413b7a1","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles/:alertConfigId","description":"<p>Removes an MI alert config</p>\n<h4 id=\"supports-action-batches\">Supports Action Batches</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Resource</strong></th>\n<th><strong>Operation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/organizations/{organizationId}/alerts/profiles/{alertConfigId}</code></td>\n<td>destroy</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","alerts","profiles",":alertConfigId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"b799e164-9b29-4f80-be4b-e25382f3454b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"},{"id":"0414a588-846e-4266-9e1e-41407ef0b100","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{alertConfigId}}","key":"alertConfigId"}]}},"response":[{"id":"ff18b3e0-aa25-4925-b781-9bd6cacd1ed0","name":"Successful operation","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/alerts/profiles/:alertConfigId","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","alerts","profiles",":alertConfigId"],"variable":[{"key":"organizationId"},{"key":"alertConfigId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c64d7009-514c-427b-a326-b686c413b7a1"}],"id":"c10cab60-a3ba-4e27-a6b2-98105ecb47b3","_postman_id":"c10cab60-a3ba-4e27-a6b2-98105ecb47b3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}}],"id":"8c6398c8-8f1d-4eb8-8b26-e9dc8a4243f4","_postman_id":"8c6398c8-8f1d-4eb8-8b26-e9dc8a4243f4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Alert Types","item":[{"name":"Return a list of alert types to be used with managing webhook alerts","id":"12c2e125-335e-43a3-b75d-0e6c41e2d551","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/organizations/:organizationId/webhooks/alertTypes","description":"<p>Return a list of alert types to be used with managing webhook alerts</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","webhooks","alertTypes"],"host":["https://api.meraki.com/api/v1"],"query":[{"disabled":true,"description":{"content":"<p>Filter sample alerts to a specific product type</p>\n","type":"text/plain"},"key":"productType","value":"{{productType}}"}],"variable":[{"id":"63643a2b-aa37-4893-8303-fa281fd7bede","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"4f0be380-6586-4512-806b-3a17296d7652","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/webhooks/alertTypes?productType=<string>","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","webhooks","alertTypes"],"query":[{"key":"productType","value":"<string>"}],"variable":[{"key":"organizationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"alertTypeId\": \"stopped_reporting\",\n  \"alertType\": \"APs went down\",\n  \"version\": \"0.1\",\n  \"sharedSecret\": \"secret\",\n  \"sentAt\": \"2020-07-11T00:03:12.331789Z\",\n  \"alertId\": \"0000000000000000\",\n  \"alertLevel\": \"warning\",\n  \"occurredAt\": \"2018-02-11T00:00:00.123450Z\",\n  \"alertData\": {},\n  \"organizationId\": \"2930418\",\n  \"organizationName\": \"My organization\",\n  \"organizationUrl\": \"https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview\",\n  \"deviceSerial\": \"Q234-ABCD-5678\",\n  \"deviceMac\": \"00:11:22:33:44:55\",\n  \"deviceName\": \"My AP\",\n  \"deviceUrl\": \"https://n1.meraki.com//n//manage/nodes/new_list/000000000000\",\n  \"deviceTags\": [\n   \"tag1\",\n   \"tag2\"\n  ],\n  \"deviceModel\": \"MR34\",\n  \"networkId\": \"N_24329156\",\n  \"networkName\": \"Main Office\",\n  \"networkUrl\": \"https://n1.meraki.com//n//manage/nodes/list\"\n }\n]"}],"_postman_id":"12c2e125-335e-43a3-b75d-0e6c41e2d551"}],"id":"e346eb6b-abb1-4a3d-8a44-44431bb93902","_postman_id":"e346eb6b-abb1-4a3d-8a44-44431bb93902","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Logs","item":[{"name":"Return the log of webhook POSTs sent","id":"6f2efc24-a9ee-4da0-8ed2-5de7f944a7fe","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/organizations/:organizationId/webhooks/logs","description":"<p>Return the log of webhook POSTs sent</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","webhooks","logs"],"host":["https://api.meraki.com/api/v1"],"query":[{"disabled":true,"description":{"content":"<p>The beginning of the timespan for the data. The maximum lookback period is 90 days from today.</p>\n","type":"text/plain"},"key":"t0","value":"{{t0}}"},{"disabled":true,"description":{"content":"<p>The end of the timespan for the data. t1 can be a maximum of 31 days after t0.</p>\n","type":"text/plain"},"key":"t1","value":"{{t1}}"},{"disabled":true,"description":{"content":"<p>The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.</p>\n","type":"text/plain"},"key":"timespan","value":"{{timespan}}"},{"disabled":true,"description":{"content":"<p>The number of entries per page returned. Acceptable range is 3 - 1000. Default is 50.</p>\n","type":"text/plain"},"key":"perPage","value":"{{perPage}}"},{"disabled":true,"description":{"content":"<p>A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.</p>\n","type":"text/plain"},"key":"startingAfter","value":"{{startingAfter}}"},{"disabled":true,"description":{"content":"<p>A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.</p>\n","type":"text/plain"},"key":"endingBefore","value":"{{endingBefore}}"},{"disabled":true,"description":{"content":"<p>The URL the webhook was sent to</p>\n","type":"text/plain"},"key":"url","value":"https://api.postman.com"}],"variable":[{"id":"22b7e37f-c751-4171-9c89-73963bd0b110","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"558bb90a-32e2-492f-a4b5-ac80993919b7","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/webhooks/logs?t0=<string>&t1=<string>&timespan=<float>&perPage=<integer>&startingAfter=<string>&endingBefore=<string>&url=<string>","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","webhooks","logs"],"query":[{"key":"t0","value":"<string>"},{"key":"t1","value":"<string>"},{"key":"timespan","value":"<float>"},{"key":"perPage","value":"<integer>"},{"key":"startingAfter","value":"<string>"},{"key":"endingBefore","value":"<string>"},{"key":"url","value":"<string>"}],"variable":[{"key":"organizationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Link","value":"<string>","description":"A comma-separated list of first, last, prev, and next relative links used for subsequent paginated requests."},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"organizationId\": \"33619\",\n  \"networkId\": \"L_22742\",\n  \"alertType\": \"Settings changed\",\n  \"url\": \"https://www.example.com/path\",\n  \"sentAt\": \"2019-01-01T13:37:28.123456Z\",\n  \"loggedAt\": \"2019-01-01T13:37:28.423456Z\",\n  \"responseCode\": 200,\n  \"responseDuration\": 244\n }\n]"}],"_postman_id":"6f2efc24-a9ee-4da0-8ed2-5de7f944a7fe"}],"id":"1fa1cb97-506f-422b-b59d-f3c3d4b9156f","_postman_id":"1fa1cb97-506f-422b-b59d-f3c3d4b9156f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Http Servers","item":[{"name":"Add An HTTP Server To A Network","id":"21fd4be7-6de5-4911-851e-4294963b9251","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"url\": \"<string>\",\n    \"sharedSecret\": \"<string>\",\n    \"payloadTemplate\": {\n        \"payloadTemplateId\": \"<string>\",\n        \"name\": \"<string>\"\n    }\n}"},"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers","description":"<p>Add an HTTP server to a network</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>A name for easy reference to the HTTP server</td>\n</tr>\n<tr>\n<td>url</td>\n<td>string</td>\n<td>The URL of the HTTP server. Once set, cannot be updated.</td>\n</tr>\n<tr>\n<td>sharedSecret</td>\n<td>string</td>\n<td>A shared secret that will be included in POSTs sent to the HTTP server. This secret can be used to verify that the request was sent by Meraki.</td>\n</tr>\n<tr>\n<td>payloadTemplate</td>\n<td>object</td>\n<td>The payload template to use when posting data to the HTTP server.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","httpServers"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"8684ddce-10f1-42b8-ab77-2bb50e463268","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"23babf15-dcb9-45a0-b8f4-43db4a18e5f5","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Webhook Server\",\n    \"url\": \"https://example.com\",\n    \"sharedSecret\": \"shhh\",\n    \"payloadTemplate\": {\n        \"payloadTemplateId\": \"wpt_00001\",\n        \"name\": \"Meraki (included)\"\n    }\n}"},"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","httpServers"],"variable":[{"key":"networkId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vbXlfY3VzdG9tX3dlYmhvb2s=\",\n \"name\": \"Example Webhook Server\",\n \"url\": \"https://www.example.com/my_custom_webhook\",\n \"networkId\": \"N_12345678\",\n \"payloadTemplate\": {\n  \"payloadTemplateId\": \"wpt_00001\",\n  \"name\": \"Meraki (included)\"\n }\n}"}],"_postman_id":"21fd4be7-6de5-4911-851e-4294963b9251"},{"name":"Delete An HTTP Server From A Network","id":"1bf70282-f9f7-4618-937a-c8959cbf2e1b","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"DELETE","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers/:httpServerId","description":"<p>Delete an HTTP server from a network</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","httpServers",":httpServerId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"42335ea6-56fb-4e66-bc47-41486f48913c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"},{"id":"a86b3f63-fbbd-4a74-9dd5-0d1b8a95deca","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{httpServerId}}","key":"httpServerId"}]}},"response":[{"id":"e7952138-cec6-423b-a8b3-b44791d7c288","name":"Successful operation","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers/:httpServerId","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","httpServers",":httpServerId"],"variable":[{"key":"networkId"},{"key":"httpServerId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1bf70282-f9f7-4618-937a-c8959cbf2e1b"},{"name":"List The HTTP Servers For A Network","id":"61c8fea6-6eb4-478c-ab9b-0573c34c7667","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers","description":"<p>List the HTTP servers for a network</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","httpServers"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"c8a14287-d746-4f35-b853-687125aee17b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"88b6a897-6709-4174-8b7c-580cccd2c466","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","httpServers"],"variable":[{"key":"networkId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vbXlfY3VzdG9tX3dlYmhvb2s=\",\n  \"name\": \"Example Webhook Server\",\n  \"url\": \"https://www.example.com/my_custom_webhook\",\n  \"networkId\": \"N_12345678\",\n  \"payloadTemplate\": {\n   \"payloadTemplateId\": \"wpt_00001\",\n   \"name\": \"Meraki (included)\"\n  }\n }\n]"}],"_postman_id":"61c8fea6-6eb4-478c-ab9b-0573c34c7667"},{"name":"Return An HTTP Server For A Network","id":"66287c82-1f94-41c7-9c8c-8a57437d5fba","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers/:httpServerId","description":"<p>Return an HTTP server for a network</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","httpServers",":httpServerId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"0a4b49e8-1883-43df-9371-85ca4d44018b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"},{"id":"2278c647-16ea-4185-83f5-4964e738ca0a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{httpServerId}}","key":"httpServerId"}]}},"response":[{"id":"85cbaa3c-e8e9-4c38-95b6-dd03b4127d90","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers/:httpServerId","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","httpServers",":httpServerId"],"variable":[{"key":"networkId"},{"key":"httpServerId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vbXlfY3VzdG9tX3dlYmhvb2s=\",\n \"name\": \"Example Webhook Server\",\n \"url\": \"https://www.example.com/my_custom_webhook\",\n \"networkId\": \"N_12345678\",\n \"payloadTemplate\": {\n  \"payloadTemplateId\": \"wpt_00001\",\n  \"name\": \"Meraki (included)\"\n }\n}"}],"_postman_id":"66287c82-1f94-41c7-9c8c-8a57437d5fba"},{"name":"Update An HTTP Server","id":"27b3b346-2306-4e0c-b7e6-743b147c33af","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"PUT","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"sharedSecret\": \"<string>\",\n    \"payloadTemplate\": {\n        \"payloadTemplateId\": \"<string>\",\n        \"name\": \"<string>\"\n    }\n}"},"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers/:httpServerId","description":"<p>Update an HTTP server. To change a URL, create a new HTTP server.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","httpServers",":httpServerId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"6eff4d90-6dde-49ea-886d-976c0b37f022","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"},{"id":"908b7ef5-8370-418b-9a96-0dc2c24df06f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{httpServerId}}","key":"httpServerId"}]}},"response":[{"id":"4b61175e-a818-4123-8110-58b4257c54b3","name":"Successful operation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Webhook Server\",\n    \"sharedSecret\": \"shhh\",\n    \"payloadTemplate\": {\n        \"payloadTemplateId\": \"wpt_00001\",\n        \"name\": \"Meraki (included)\"\n    }\n}"},"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/httpServers/:httpServerId","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","httpServers",":httpServerId"],"variable":[{"key":"networkId"},{"key":"httpServerId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"aHR0cHM6Ly93d3cuZXhhbXBsZS5jb20vbXlfY3VzdG9tX3dlYmhvb2s=\",\n \"name\": \"Example Webhook Server\",\n \"url\": \"https://www.example.com/my_custom_webhook\",\n \"networkId\": \"N_12345678\",\n \"payloadTemplate\": {\n  \"payloadTemplateId\": \"wpt_00001\",\n  \"name\": \"Meraki (included)\"\n }\n}"}],"_postman_id":"27b3b346-2306-4e0c-b7e6-743b147c33af"}],"id":"0bb06ff0-bd83-48eb-bfa1-be46733410a1","_postman_id":"0bb06ff0-bd83-48eb-bfa1-be46733410a1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Payload Templates","item":[{"name":"Preview","item":[{"name":"Returns a preview of what the provided liquid payload template will look like after it is rendered.","id":"a165c064-ee82-4d88-96d7-eb9709a7da83","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"payloadTemplateId\": \"<string>\",\n    \"body\": \"<string>\",\n    \"headers\": \"<string>\",\n    \"bodyFile\": \"<byte>\",\n    \"headersFile\": \"<byte>\"\n}"},"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/preview","description":"<p>Returns a preview of what the provided liquid payload template will look like after it is rendered.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payloadTemplateId</td>\n<td>string</td>\n<td>The ID of the payload template.</td>\n</tr>\n<tr>\n<td>body</td>\n<td>string</td>\n<td>The liquid template used for the body of the webhook message. Either <code>body</code> or <code>bodyFile</code> must be specified.</td>\n</tr>\n<tr>\n<td>headers</td>\n<td>string</td>\n<td>The liquid template used with the webhook headers.</td>\n</tr>\n<tr>\n<td>bodyFile</td>\n<td>string</td>\n<td>A file containing liquid template used for the body of the webhook message. Either <code>body</code> or <code>bodyFile</code> must be specified.</td>\n</tr>\n<tr>\n<td>headersFile</td>\n<td>string</td>\n<td>A file containing the liquid template used with the webhook headers.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","payloadTemplates","preview"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"8d7203c7-c276-47e2-b8a1-96ea98fdf5ae","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"9624a61b-d7e0-438a-9a7c-c3a48080a10d","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"payloadTemplateId\": \"wpt_343\",\n    \"body\": \"{\\\"event_type\\\":\\\"{{alertTypeId}}\\\",\\\"client_payload\\\":{\\\"text\\\":\\\"{{alertData}}\\\"}}\",\n    \"headers\": \"{\\\"Content-Type\\\":\\\"application/json\\\",\\\"Accept\\\":\\\"application/some.url\\\",\\\"Authorization\\\":\\\"Bearer {{sharedSecret}}\\\"}\",\n    \"bodyFile\": \"Qm9keSBGaWxl\",\n    \"headersFile\": \"SGVhZGVycyBGaWxl\"\n}"},"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/preview","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","payloadTemplates","preview"],"variable":[{"key":"networkId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"body\": \"{\\\"event_type\\\":\\\"event_type\\\",\\\"client_payload\\\":{\\\"text\\\":\\\"{\\\"camelCase\\\"=>\\\"Snake Plissken\\\", \\\"imageUrl\\\"=>\\\"https://example.com/image.jpg\\\"}\\\"}}\",\n \"headers\": \"{:\\\"Content-Type\\\"=>\\\"application/json\\\", :Accept=>\\\"application/some.url\\\", :Authorization=>\\\"Bearer shared_secret\\\"}\"\n}"}],"_postman_id":"a165c064-ee82-4d88-96d7-eb9709a7da83"}],"id":"41a92073-ee02-4439-9dcc-31d8d12ef39e","_postman_id":"41a92073-ee02-4439-9dcc-31d8d12ef39e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Create A Webhook Payload Template For A Network","id":"5fe18602-6958-4349-83f7-5f97f916c743","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"body\": \"<string>\",\n    \"headers\": \"<string>\",\n    \"bodyFile\": \"<byte>\",\n    \"headersFile\": \"<byte>\"\n}"},"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates","description":"<p>Create a webhook payload template for a network</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>The name of the new template</td>\n</tr>\n<tr>\n<td>body</td>\n<td>string</td>\n<td>The liquid template used for the body of the webhook message. Either <code>body</code> or <code>bodyFile</code> must be specified.</td>\n</tr>\n<tr>\n<td>headers</td>\n<td>string</td>\n<td>The liquid template used with the webhook headers.</td>\n</tr>\n<tr>\n<td>bodyFile</td>\n<td>string</td>\n<td>A file containing liquid template used for the body of the webhook message. Either <code>body</code> or <code>bodyFile</code> must be specified.</td>\n</tr>\n<tr>\n<td>headersFile</td>\n<td>string</td>\n<td>A file containing the liquid template used with the webhook headers.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"supports-action-batches\">Supports Action Batches</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Resource</strong></th>\n<th><strong>Operation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/networks/{networkId}/webhooks/payloadTemplates</code></td>\n<td>create</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","payloadTemplates"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"22ed588a-c00f-4fa7-975c-fa3d717028bb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"dc85cb36-b0ed-48d4-8297-715962432b7a","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Weeb Hooks\"\n}"},"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","payloadTemplates"],"variable":[{"key":"networkId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"payloadTemplateId\": \"wpt_343\",\n \"type\": \"custom\",\n \"name\": \"Weeb Hooks\",\n \"body\": \"{\\\"event_type\\\":\\\"{{alertTypeId}}\\\",\\\"client_payload\\\":{\\\"text\\\":\\\"{{alertData}}\\\"}}\",\n \"headers\": {\n  \"Content-Type\": \"application/json\",\n  \"Accept\": \"application/some.url\",\n  \"Authorization\": \"Bearer {{sharedSecret}}\"\n }\n}"}],"_postman_id":"5fe18602-6958-4349-83f7-5f97f916c743"},{"name":"Destroy A Webhook Payload Template For A Network","id":"8f45979a-697f-47c2-9126-a3158f8d3107","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"DELETE","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/:payloadTemplateId","description":"<p>Destroy a webhook payload template for a network. Does not work for included templates ('wpt_00001', 'wpt_00002', 'wpt_00003' or 'wpt_00004')</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","payloadTemplates",":payloadTemplateId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"a22245b9-285c-468b-86d2-7b2505691635","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"},{"id":"3ee29ec0-7a64-4bcd-86a3-22a25b516fa8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{payloadTemplateId}}","key":"payloadTemplateId"}]}},"response":[{"id":"50a3eaa3-6bf0-4ee0-a61b-d6e91007b429","name":"Successful operation","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/:payloadTemplateId","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","payloadTemplates",":payloadTemplateId"],"variable":[{"key":"networkId"},{"key":"payloadTemplateId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8f45979a-697f-47c2-9126-a3158f8d3107"},{"name":"Get The Webhook Payload Template For A Network","id":"e2122eb1-a630-40e0-8aca-bc71e952bb54","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/:payloadTemplateId","description":"<p>Get the webhook payload template for a network</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","payloadTemplates",":payloadTemplateId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"d2ac8ae5-4851-42f9-89ca-c50236320b4d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"},{"id":"37aaa128-929f-41cb-8895-2ef9eb831fd5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{payloadTemplateId}}","key":"payloadTemplateId"}]}},"response":[{"id":"58b3aa6c-d629-43f0-9139-a66daef27215","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/:payloadTemplateId","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","payloadTemplates",":payloadTemplateId"],"variable":[{"key":"networkId"},{"key":"payloadTemplateId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"payloadTemplateId\": \"wpt_343\",\n \"type\": \"custom\",\n \"name\": \"Weeb Hooks\",\n \"body\": \"{\\\"event_type\\\":\\\"{{alertTypeId}}\\\",\\\"client_payload\\\":{\\\"text\\\":\\\"{{alertData}}\\\"}}\",\n \"headers\": {\n  \"Content-Type\": \"application/json\",\n  \"Accept\": \"application/some.url\",\n  \"Authorization\": \"Bearer {{sharedSecret}}\"\n }\n}"}],"_postman_id":"e2122eb1-a630-40e0-8aca-bc71e952bb54"},{"name":"List The Webhook Payload Templates For A Network","id":"f2294088-7989-49e8-97ad-b00c0bdd44d0","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates","description":"<p>List the webhook payload templates for a network</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","payloadTemplates"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"261a1676-cc97-4c20-a2a2-b2aec80761b2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"80b387d0-44e7-4e32-8158-3acac4404a87","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","payloadTemplates"],"variable":[{"key":"networkId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"payloadTemplateId\": \"wpt_343\",\n  \"type\": \"custom\",\n  \"name\": \"Weeb Hooks\",\n  \"body\": \"{\\\"event_type\\\":\\\"{{alertTypeId}}\\\",\\\"client_payload\\\":{\\\"text\\\":\\\"{{alertData}}\\\"}}\",\n  \"headers\": {\n   \"Content-Type\": \"application/json\",\n   \"Accept\": \"application/some.url\",\n   \"Authorization\": \"Bearer {{sharedSecret}}\"\n  }\n }\n]"}],"_postman_id":"f2294088-7989-49e8-97ad-b00c0bdd44d0"},{"name":"Update A Webhook Payload Template For A Network","id":"513e3f89-5c83-4a1a-a7c2-bc6a79837804","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"PUT","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"body\": \"<string>\",\n    \"headers\": \"<string>\",\n    \"bodyFile\": \"<byte>\",\n    \"headersFile\": \"<byte>\"\n}"},"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/:payloadTemplateId","description":"<p>Update a webhook payload template for a network</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>The name of the template</td>\n</tr>\n<tr>\n<td>body</td>\n<td>string</td>\n<td>The liquid template used for the body of the webhook message.</td>\n</tr>\n<tr>\n<td>headers</td>\n<td>string</td>\n<td>The liquid template used with the webhook headers.</td>\n</tr>\n<tr>\n<td>bodyFile</td>\n<td>string</td>\n<td>A file containing liquid template used for the body of the webhook message.</td>\n</tr>\n<tr>\n<td>headersFile</td>\n<td>string</td>\n<td>A file containing the liquid template used with the webhook headers.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"supports-action-batches\">Supports Action Batches</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Resource</strong></th>\n<th><strong>Operation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId}</code></td>\n<td>update</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","payloadTemplates",":payloadTemplateId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"f2ee2980-346d-45df-84bf-8a323352a8a0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"},{"id":"52a10abc-c05d-4383-84bb-e2f3255bb3ca","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{payloadTemplateId}}","key":"payloadTemplateId"}]}},"response":[{"id":"ddb006af-2bca-4330-886d-389c997a1b67","name":"Successful operation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{}"},"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/payloadTemplates/:payloadTemplateId","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","payloadTemplates",":payloadTemplateId"],"variable":[{"key":"networkId"},{"key":"payloadTemplateId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"payloadTemplateId\": \"wpt_343\",\n \"type\": \"custom\",\n \"name\": \"Weeb Hooks\",\n \"body\": \"{\\\"event_type\\\":\\\"{{alertTypeId}}\\\",\\\"client_payload\\\":{\\\"text\\\":\\\"{{alertData}}\\\"}}\",\n \"headers\": {\n  \"Content-Type\": \"application/json\",\n  \"Accept\": \"application/some.url\",\n  \"Authorization\": \"Bearer {{sharedSecret}}\"\n }\n}"}],"_postman_id":"513e3f89-5c83-4a1a-a7c2-bc6a79837804"}],"id":"1943601f-fe2e-432f-8496-b673697bdde6","_postman_id":"1943601f-fe2e-432f-8496-b673697bdde6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Webhook Tests","item":[{"name":"Return The Status Of A Webhook Test For A Network","id":"a4efdb0b-c472-4d2b-9f6f-c0cb62099921","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/webhookTests/:webhookTestId","description":"<p>Return the status of a webhook test for a network</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","webhookTests",":webhookTestId"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"e89d9135-0ce7-4d66-b5c1-25ff6bccdef1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"},{"id":"0614ba5d-e371-4952-af3b-df3ab2d67c65","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{webhookTestId}}","key":"webhookTestId"}]}},"response":[{"id":"19141f42-5216-49c8-be9c-61f42003fb6d","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/webhookTests/:webhookTestId","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","webhookTests",":webhookTestId"],"variable":[{"key":"networkId"},{"key":"webhookTestId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"1234\",\n \"url\": \"https://www.example.com/path\",\n \"status\": \"enqueued\"\n}"}],"_postman_id":"a4efdb0b-c472-4d2b-9f6f-c0cb62099921"},{"name":"Send A Test Webhook For A Network","id":"e3a03b8c-8d11-409d-9061-1624273382d0","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"<string>\",\n    \"sharedSecret\": \"\",\n    \"payloadTemplateId\": \"<string>\",\n    \"payloadTemplateName\": \"<string>\",\n    \"alertTypeId\": \"power_supply_down\"\n}"},"url":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/webhookTests","description":"<p>Send a test webhook for a network</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>string</td>\n<td>The URL where the test webhook will be sent</td>\n</tr>\n<tr>\n<td>sharedSecret</td>\n<td>string</td>\n<td>The shared secret the test webhook will send. Optional. Defaults to an empty string.</td>\n</tr>\n<tr>\n<td>payloadTemplateId</td>\n<td>string</td>\n<td>The ID of the payload template of the test webhook. Defaults to the HTTP server's template ID if one exists for the given URL, or Generic template ID otherwise</td>\n</tr>\n<tr>\n<td>payloadTemplateName</td>\n<td>string</td>\n<td>The name of the payload template.</td>\n</tr>\n<tr>\n<td>alertTypeId</td>\n<td>string</td>\n<td>The type of alert which the test webhook will send. Optional. Defaults to power_supply_down.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["networks",":networkId","webhooks","webhookTests"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"739de687-452d-4db3-8931-e6d24f67585c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{networkId}}","key":"networkId"}]}},"response":[{"id":"d99661ca-1665-4cb8-ab78-02db0598d6ab","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.example.com/path\",\n    \"sharedSecret\": \"shhh\",\n    \"payloadTemplateId\": \"wpt_00001\",\n    \"payloadTemplateName\": \"Payload Template\",\n    \"alertTypeId\": \"power_supply_down\"\n}"},"url":{"raw":"https://api.meraki.com/api/v1/networks/:networkId/webhooks/webhookTests","host":["https://api.meraki.com/api/v1"],"path":["networks",":networkId","webhooks","webhookTests"],"variable":[{"key":"networkId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"1234\",\n \"url\": \"https://www.example.com/path\",\n \"status\": \"enqueued\"\n}"}],"_postman_id":"e3a03b8c-8d11-409d-9061-1624273382d0"}],"id":"ce3b25ad-c44c-4877-890d-844ff34ab196","_postman_id":"ce3b25ad-c44c-4877-890d-844ff34ab196","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}}],"id":"de7e7741-d018-4025-ab9e-f4cf5f698e8f","_postman_id":"de7e7741-d018-4025-ab9e-f4cf5f698e8f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Callbacks - mock","item":[{"name":"Examples","item":[{"name":"Enqueue a job to ping a target host from the device","id":"b241e8fb-24f6-4a87-afc3-d10f386061f1","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"target\": \"8.8.8.8\",\n    \"count\": \"5\",\n    \"callback\":{\n        \"url\":\"https://webhook.site/89d06f19-2952-4f48-afcc-a731d194096f\",\n        \"sharedSecret\":\"\",\n        \"payloadTemplateId\":\"wpt_0002\"\n    }\n}"},"url":"http://localhost:1880/meraki/proxyCallback/devices/:serial/liveTools/ping","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","proxyCallback","devices",":serial","liveTools","ping"],"host":["localhost"],"query":[],"variable":[{"id":"e512b5f1-e9b0-4691-aebe-2940dd2ae450","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{serial}}","key":"serial"}]}},"response":[{"id":"852e077d-5414-4cb1-802b-64fff7969121","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"target\": \"75.75.75.75\",\n    \"count\": 2\n}"},"url":{"raw":"https://api.meraki.com/api/v1/devices/:serial/liveTools/ping","host":["https://api.meraki.com/api/v1"],"path":["devices",":serial","liveTools","ping"],"variable":[{"key":"serial"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"pingId\": \"1\",\n \"url\": \"/devices/SERIAL/liveTools/ping/1284392014819\",\n \"request\": {\n  \"serial\": \"Q234-ABCD-5678\",\n  \"target\": \"75.75.75.75\",\n  \"count\": 2\n },\n \"status\": \"complete\",\n \"results\": {\n  \"sent\": 5,\n  \"received\": 5,\n  \"loss\": {\n   \"percentage\": 0\n  },\n  \"latencies\": {\n   \"minimum\": 15.8,\n   \"average\": 15.8,\n   \"maximum\": 15.9\n  },\n  \"replies\": [\n   {\n    \"sequenceId\": 1,\n    \"size\": 84,\n    \"latency\": 15.7\n   },\n   {\n    \"sequenceId\": 0,\n    \"size\": 84,\n    \"latency\": 15.9\n   }\n  ]\n }\n}"}],"_postman_id":"b241e8fb-24f6-4a87-afc3-d10f386061f1"},{"name":"Enqueue a job to check connectivity status to the device Copy","id":"f36ff135-27e6-461d-9363-f350dadf0262","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"count\": \"5\",\n    \"callback\": {\n        \"url\": \"https://webhook.site/89d06f19-2952-4f48-afcc-a731d194096f\"\n    }\n}"},"url":"http://localhost:1880/meraki/proxyCallback/devices/:serial/liveTools/pingDevice","description":"<p>Enqueue a job to check connectivity status to the device</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>integer</td>\n<td>Count parameter to pass to ping. [1..5], default 5</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","proxyCallback","devices",":serial","liveTools","pingDevice"],"host":["localhost"],"query":[],"variable":[{"id":"db2ed242-9b1c-4f3c-a8cb-1e4c322637f3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{serial}}","key":"serial"}]}},"response":[{"id":"a673378d-accf-4006-ae88-191d874859d4","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pingId\": \"1\",\n    \"url\": \"/devices/SERIAL/liveTools/ping/1284392014819\",\n    \"request\": {\n        \"serial\": \"Q234-ABCD-5678\",\n        \"target\": \"75.75.75.75\",\n        \"count\": 2\n    },\n    \"status\": \"complete\",\n    \"results\": {\n        \"sent\": 5,\n        \"received\": 5,\n        \"loss\": {\n            \"percentage\": 0\n        },\n        \"latencies\": {\n            \"minimum\": 15.8,\n            \"average\": 15.8,\n            \"maximum\": 15.9\n        },\n        \"replies\": [\n            {\n                \"sequenceId\": 1,\n                \"size\": 84,\n                \"latency\": 15.7\n            },\n            {\n                \"sequenceId\": 0,\n                \"size\": 84,\n                \"latency\": 15.9\n            }\n        ]\n    }\n}"},"url":{"raw":"https://api.meraki.com/api/v1/devices/:serial/liveTools/pingDevice","host":["https://api.meraki.com/api/v1"],"path":["devices",":serial","liveTools","pingDevice"],"variable":[{"key":"serial"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"pingId\": \"1\",\n \"url\": \"/devices/SERIAL/liveTools/ping/1284392014819\",\n \"request\": {\n  \"serial\": \"Q234-ABCD-5678\",\n  \"target\": \"75.75.75.75\",\n  \"count\": 2\n },\n \"status\": \"complete\",\n \"results\": {\n  \"sent\": 5,\n  \"received\": 5,\n  \"loss\": {\n   \"percentage\": 0\n  },\n  \"latencies\": {\n   \"minimum\": 15.8,\n   \"average\": 15.8,\n   \"maximum\": 15.9\n  },\n  \"replies\": [\n   {\n    \"sequenceId\": 1,\n    \"size\": 84,\n    \"latency\": 15.7\n   },\n   {\n    \"sequenceId\": 0,\n    \"size\": 84,\n    \"latency\": 15.9\n   }\n  ]\n }\n}"}],"_postman_id":"f36ff135-27e6-461d-9363-f350dadf0262"},{"name":"Create An Action Batch","id":"a8dfbfef-72bb-4553-acc2-5d6346d0911e","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"actions\": [\n        {\n            \"resource\": \"<string>\",\n            \"operation\": \"<string>\",\n            \"body\": {}\n        },\n        {\n            \"resource\": \"<string>\",\n            \"operation\": \"<string>\",\n            \"body\": {}\n        }\n    ],\n    \"confirmed\": \"<boolean>\",\n    \"synchronous\": \"<boolean>\"\n}"},"url":"https://api.meraki.com/api/v1/organizations/:organizationId/actionBatches","description":"<p>Create an action batch</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>confirmed</td>\n<td>boolean</td>\n<td>Set to true for immediate execution. Set to false if the action should be previewed before executing. This property cannot be unset once it is true. Defaults to false.</td>\n</tr>\n<tr>\n<td>synchronous</td>\n<td>boolean</td>\n<td>Set to true to force the batch to run synchronous. There can be at most 20 actions in synchronous batch. Defaults to false.</td>\n</tr>\n<tr>\n<td>actions</td>\n<td>array</td>\n<td>A set of changes to make as part of this action (<a href=\"https://developer.cisco.com/meraki/api/#/rest/guides/action-batches/\">more details</a>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","actionBatches"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[{"id":"6e0fb6d7-ca07-4e3a-ad74-c30214d8b525","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"12df87a0-c663-4132-a27f-7f208634e0c0","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmed\": true,\n    \"synchronous\": false,\n    \"actions\": [\n        {\n            \"resource\": \"/devices/QXXX-XXXX-XXXX/switch/ports/3\",\n            \"operation\": \"update\",\n            \"body\": {\n                \"enabled\": false\n            }\n        },\n        {\n            \"resource\": \"/networks/L_XXXXX/groupPolicies\",\n            \"operation\": \"create\",\n            \"body\": {\n                \"name\": \"Group 1\"\n            }\n        }\n    ]\n}"},"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/actionBatches","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","actionBatches"],"variable":[{"key":"organizationId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"123\",\n \"organizationId\": \"2930418\",\n \"confirmed\": true,\n \"synchronous\": false,\n \"status\": {\n  \"completed\": true,\n  \"failed\": false,\n  \"errors\": [],\n  \"createdResources\": [\n   {\n    \"id\": 100,\n    \"uri\": \"/networks/L_XXXXX/groupPolicies/100\"\n   }\n  ]\n },\n \"actions\": [\n  {\n   \"resource\": \"/devices/QXXX-XXXX-XXXX/switch/ports/3\",\n   \"operation\": \"update\",\n   \"body\": {\n    \"enabled\": false\n   }\n  },\n  {\n   \"resource\": \"/networks/L_XXXXX/groupPolicies\",\n   \"operation\": \"create\",\n   \"body\": {\n    \"name\": \"Group 1\"\n   }\n  }\n ]\n}"}],"_postman_id":"a8dfbfef-72bb-4553-acc2-5d6346d0911e"},{"name":"Reboot A Device","id":"262b7e2f-7903-4695-a160-e9c7101faf90","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"body":{"mode":"raw","raw":"{\n    \"callback\": {\n        \"url\": \"https://webhook.site/89d06f19-2952-4f48-afcc-a731d194096f\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/proxyCallback/devices/Q2BX-9SYR-U8Y3/reboot","description":"<p>Reboot a device</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","proxyCallback","devices","Q2BX-9SYR-U8Y3","reboot"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6cd451b3-9773-43e8-a86a-62b33840fe6d","name":"Successful operation","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.meraki.com/api/v1/devices/:serial/reboot","host":["https://api.meraki.com/api/v1"],"path":["devices",":serial","reboot"],"variable":[{"key":"serial"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"success\": true\n}"}],"_postman_id":"262b7e2f-7903-4695-a160-e9c7101faf90"},{"name":"Cycle a set of switch ports","id":"3020415b-d8fa-4fb6-862c-b219980aa39a","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ports\": [\n        \"8\",\n        \"7\"\n    ],\n    \"callback\":{\n        \"url\":\"https://webhook.site/89d06f19-2952-4f48-afcc-a731d194096f\"\n    }\n}"},"url":"http://localhost:1880/meraki/proxyCallback/devices/Q2BX-9SYR-U8Y3/switch/ports/cycle","description":"<p>Cycle a set of switch ports</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ports</td>\n<td>array</td>\n<td>List of switch ports. Example: [1, 2-5, 1_MA-MOD-8X10G_1, 1_MA-MOD-8X10G_2-1_MA-MOD-8X10G_8]</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"supports-action-batches\">Supports Action Batches</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Resource</strong></th>\n<th><strong>Operation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/devices/{serial}/switch/ports</code></td>\n<td>cycle</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","proxyCallback","devices","Q2BX-9SYR-U8Y3","switch","ports","cycle"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"af56cf3f-d9c6-46ce-88d3-1ce14c88299b","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ports\": [\n        \"1\",\n        \"2-5\",\n        \"1_MA-MOD-8X10G_1\",\n        \"1_MA-MOD-8X10G_2-1_MA-MOD-8X10G_8\"\n    ]\n}"},"url":{"raw":"https://api.meraki.com/api/v1/devices/:serial/switch/ports/cycle","host":["https://api.meraki.com/api/v1"],"path":["devices",":serial","switch","ports","cycle"],"variable":[{"key":"serial"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"ports\": [\n  \"1\",\n  \"2-5\",\n  \"1_MA-MOD-8X10G_1\",\n  \"1_MA-MOD-8X10G_2-1_MA-MOD-8X10G_8\"\n ]\n}"}],"_postman_id":"3020415b-d8fa-4fb6-862c-b219980aa39a"},{"name":"Generate A Snapshot Of What The Camera Sees At The Specified Time And Return A Link To That Image Copy","id":"49c51247-a60b-4885-b298-f6736f1716b0","protocolProfileBehavior":{"followAuthorizationHeader":true},"request":{"method":"POST","header":[{"key":"X-Cisco-Meraki-API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"callback\":{\n        \"url\":\"https://webhook.site/89d06f19-2952-4f48-afcc-a731d194096f\"\n    }\n}"},"url":"http://localhost:1880/meraki/proxyCallback/devices/:serial/camera/generateSnapshot","description":"<p>Generate a snapshot of what the camera sees at the specified time and return a link to that image.</p>\n<h4 id=\"body-parameters\">Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>[optional] The snapshot will be taken from this time on the camera. The timestamp is expected to be in ISO 8601 format. If no timestamp is specified, we will assume current time.</td>\n</tr>\n<tr>\n<td>fullframe</td>\n<td>boolean</td>\n<td>[optional] If set to \"true\" the snapshot will be taken at full sensor resolution. This will error if used with timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","proxyCallback","devices",":serial","camera","generateSnapshot"],"host":["localhost"],"query":[],"variable":[{"id":"92350958-89a8-426e-911e-46a30a0a5e92","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{serial}}","key":"serial"}]}},"response":[{"id":"6c347b06-ecce-471f-8564-f208fe62a8f7","name":"Successful operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"timestamp\": \"2021-04-30T15:18:08Z\",\n    \"fullframe\": false\n}"},"url":{"raw":"https://api.meraki.com/api/v1/devices/:serial/camera/generateSnapshot","host":["https://api.meraki.com/api/v1"],"path":["devices",":serial","camera","generateSnapshot"],"variable":[{"key":"serial"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"url\": \"https://spn4.meraki.com/stream/jpeg/snapshot/b2d123asdf423qd22d2\",\n \"expiry\": \"Access to the image will expire at 2018-12-11T03:12:39Z.\"\n}"}],"_postman_id":"49c51247-a60b-4885-b298-f6736f1716b0"}],"id":"b8a8bd7a-bc34-45ae-a265-7642f0b7d2b4","_postman_id":"b8a8bd7a-bc34-45ae-a265-7642f0b7d2b4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Subscriptions","item":[{"name":"Examples","item":[{"name":"Create a subscription - organizations","id":"94fedf2a-27d5-4908-bf41-3d303548eb1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"My Organizations\",\n \"enabled\": true,\n \"resource\": \"/organizations\",\n \"recipients\": {\n   \"httpServerIds\": [{{httpServerId}}]\n },\n \"showChanges\":true,\n \"changeEvents\":[\"create\",\"update\",\"delete\"], \n \"showFull\":true,\n \"frequency\": 300,\n \"schedule\":{} \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"94fedf2a-27d5-4908-bf41-3d303548eb1f"},{"name":"Create a subscription - organization networks","id":"2f8d539e-bd5f-465e-a06c-2728e7a045c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"My Org Networks\",\n \"enabled\": true,\n \"resource\": \"/organizations/{{organizationId}}/networks\",\n \"recipients\": {\n   \"httpServerIds\": [{{httpServerId}}]\n },\n \"showChanges\":true,\n \"changeEvents\":[\"create\",\"update\",\"delete\"], \n \"showFull\":true,\n \"frequency\": 300,\n \"schedule\":{} \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f8d539e-bd5f-465e-a06c-2728e7a045c3"},{"name":"Create a subscription - org summary switch by usage","id":"2421c4fc-0fd7-4aab-b38b-df49eddd3bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"My Org Switch Usage\",\n \"enabled\": true,\n \"resource\": \"/organizations/{{organizationId}}/summary/top/devices/byUsage\",\n \"recipients\": {\n   \"httpServerIds\": [{{httpServerId}}]\n },\n \"showChanges\":true,\n \"changeEvents\":[\"create\",\"update\",\"delete\"], \n \"showFull\":true,\n \"frequency\": 300,\n \"schedule\":{} \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2421c4fc-0fd7-4aab-b38b-df49eddd3bac"},{"name":"Create a subscription - organization devices statuses","id":"9e70068e-fbd2-4bfc-aa44-b180bc5d93ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"My Org Devices Statuses\",\n \"enabled\": true,\n \"resource\": \"/organizations/{{organizationId}}/devices/statuses\",\n \"recipients\": {\n   \"httpServerIds\": [{{httpServerId}}]\n },\n \"showChanges\":true,\n \"changeEvents\":[\"create\",\"update\",\"delete\"], \n \"showFull\":true,\n \"frequency\": 300,\n \"schedule\":{} \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e70068e-fbd2-4bfc-aa44-b180bc5d93ed"},{"name":"Create a subscription - Network Clients","id":"6c483404-9590-40be-b5a2-2e5ad2273033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"My Network Clients\",\n \"enabled\": true,\n \"resource\": \"/networks/{{networkId}}/clients\",\n \"recipients\": {\n   \"httpServerIds\": [{{httpServerId}}]\n },\n \"showChanges\":true,\n \"changeEvents\":[\"create\",\"update\",\"delete\"], \n \"showFull\":true,\n \"frequency\": 300,\n \"schedule\":{} \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c483404-9590-40be-b5a2-2e5ad2273033"},{"name":"Create a subscription - Network Events","id":"4d06c6d0-3ca0-466a-a190-a850b02a486e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"My Network Wireless Events\",\n \"enabled\": true,\n \"resource\": \"/networks/{{networkId}}/events?productType=wireless\",\n \"recipients\": {\n   \"httpServerIds\": [{{httpServerId}}]\n },\n \"showChanges\":true,\n \"changeEvents\":[\"create\",\"update\",\"delete\"], \n \"showFull\":true,\n \"frequency\": 300,\n \"schedule\":{} \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d06c6d0-3ca0-466a-a190-a850b02a486e"}],"id":"572d052b-327b-4b52-97e1-6dc4e71cb507","_postman_id":"572d052b-327b-4b52-97e1-6dc4e71cb507","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Create a subscription","id":"0b359c93-b1c6-40f4-87c0-acacc7f157e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"My Organizations\",\n \"enabled\": true,\n \"resource\": \"/organizations\",\n \"recipients\": {\n   \"httpServerIds\": [\"000000124-gsheets\"]\n },\n \"showChanges\":true,\n \"changeEvents\":[\"create\",\"update\",\"delete\"], \n \"showFull\":true,\n \"frequency\": 300,\n \"schedule\":{} \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b359c93-b1c6-40f4-87c0-acacc7f157e2"},{"name":"Get subscriptions","id":"1ee2a470-d169-46dd-bb3f-c14c5dbf2770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ee2a470-d169-46dd-bb3f-c14c5dbf2770"},{"name":"Get subscriptions","id":"64ebf5ff-8931-4087-8cbc-8a2e1e1cf283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:1880/meraki/subscriptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"64ebf5ff-8931-4087-8cbc-8a2e1e1cf283"},{"name":"Get a subscription","id":"0204fd7a-9f9b-4ac0-9401-f0b71965d0a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:1880/meraki/subscriptions/6e12b54a-2249-4754-ad31-b77a9535f081","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions","6e12b54a-2249-4754-ad31-b77a9535f081"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0204fd7a-9f9b-4ac0-9401-f0b71965d0a3"},{"name":"Update a subscription","id":"f13d2dd6-75ac-46e6-b2d2-a9249488a4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:1880/meraki/subscriptions/6e12b54a-2249-4754-ad31-b77a9535f081","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","subscriptions","6e12b54a-2249-4754-ad31-b77a9535f081"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f13d2dd6-75ac-46e6-b2d2-a9249488a4b5"}],"id":"6fc8448c-98f0-4ab9-a221-8ae84f303b68","_postman_id":"6fc8448c-98f0-4ab9-a221-8ae84f303b68","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"Return a callback request","id":"5ab1af1a-be8e-455b-b04f-6cfc6aa42b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"callbackId\": \"2f8a2e96-777a-499b-a5ee-2a9995bc1a1f\",\n    \"status\": \"pending | success | fail\",\n    \"createdAt\": \"2022-07-05T11:03:24.194000Z\",\n    \"completedAt\": \"2022-07-05T11:04:24.194000Z\",\n    \"adminId\": \"msdf3988df\",\n    \"networkId\": \"L_64345179676000000\",\n    \"organizationId\": \"3123456789\",\n    \"resource\": {\n        \"url\": \"/devices/Q2TV-36SU-L7X6/liveTools/ping/643451796826724932\",\n        \"error\": \"if error message.. i.e. device unreachable\"\n    },   \n    \n\n    \n    \"sentAt\": \"2022-07-05T11:03:14.180000Z\",\n\n    \"callback\": {\n        \"url\": \"\",\n        \"httpServerId\": \"\",\n        \"payloadTemplateId\": \"wpt-0002\",\n        \"responseCode\": 201,\n        \"responseDuration\": 10014,\n        \"error\":\"if error message.. i.e. Invalid user token\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1880/meraki/proxyCallback/devices/:serial/liveTools/ping","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"protocol":"http","port":"1880","path":["meraki","proxyCallback","devices",":serial","liveTools","ping"],"host":["localhost"],"query":[],"variable":[{"id":"47846be8-924a-46a7-88f3-065880d6d4b5","type":"any","value":null,"key":"serial"}]}},"response":[],"_postman_id":"5ab1af1a-be8e-455b-b04f-6cfc6aa42b44"}],"id":"94c7b100-4e9a-470c-bd4a-4397a96edda5","_postman_id":"94c7b100-4e9a-470c-bd4a-4397a96edda5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}}},{"name":"List the Organizations","id":"66c778ee-cb10-4b25-a334-a3117a90ab3b","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/organizations","description":"<p>List the organizations that the user has privileges on</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations"],"host":["https://api.meraki.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"820abe2e-3f42-4d5b-850c-4444e4138815","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":"https://api.meraki.com/api/v1/organizations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"2930418\",\n  \"name\": \"My organization\",\n  \"url\": \"https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview\"\n }\n]"}],"_postman_id":"66c778ee-cb10-4b25-a334-a3117a90ab3b"},{"name":"List the Networks in an Organization ","id":"31d8132d-48c9-401f-9f33-bf83c2f28f2d","protocolProfileBehavior":{"followAuthorizationHeader":true,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Cisco-Meraki-API-Key","value":""}],"url":"https://api.meraki.com/api/v1/organizations/:organizationId/networks","description":"<p>List the networks that the user has privileges on in an organization</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","id":"6d88bc9f-8b52-4b26-b134-bd7faaa42c85","name":"Meraki Webhooks Management","type":"collection"}},"urlObject":{"path":["organizations",":organizationId","networks"],"host":["https://api.meraki.com/api/v1"],"query":[{"disabled":true,"description":{"content":"<p>An optional parameter that is the ID of a config template. Will return all networks bound to that template.</p>\n","type":"text/plain"},"key":"configTemplateId","value":"{{configTemplateId}}"},{"disabled":true,"description":{"content":"<p>An optional parameter to filter networks by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below).</p>\n","type":"text/plain"},"key":"tags","value":"{{tags}}"},{"disabled":true,"description":{"content":"<p>An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return networks which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected.</p>\n","type":"text/plain"},"key":"tagsFilterType","value":"{{tagsFilterType}}"},{"disabled":true,"description":{"content":"<p>The number of entries per page returned. Acceptable range is 3 - 100000. Default is 1000.</p>\n","type":"text/plain"},"key":"perPage","value":"{{perPage}}"},{"disabled":true,"description":{"content":"<p>A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.</p>\n","type":"text/plain"},"key":"startingAfter","value":"{{startingAfter}}"},{"disabled":true,"description":{"content":"<p>A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.</p>\n","type":"text/plain"},"key":"endingBefore","value":"{{endingBefore}}"}],"variable":[{"id":"da645bbd-02e8-4172-8590-9ebbd45493a1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{organizationId}}","key":"organizationId"}]}},"response":[{"id":"8cf38b47-326e-4703-9eff-d85199577250","name":"Successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.meraki.com/api/v1/organizations/:organizationId/networks?configTemplateId=<string>&tags=<string>,<string>&tagsFilterType=<string>&perPage=<integer>&startingAfter=<string>&endingBefore=<string>","host":["https://api.meraki.com/api/v1"],"path":["organizations",":organizationId","networks"],"query":[{"key":"configTemplateId","value":"<string>"},{"key":"tags","value":"<string>,<string>"},{"key":"tagsFilterType","value":"<string>"},{"key":"perPage","value":"<integer>"},{"key":"startingAfter","value":"<string>"},{"key":"endingBefore","value":"<string>"}],"variable":[{"key":"organizationId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Link","value":"<string>","description":"A comma-separated list of first, last, prev, and next relative links used for subsequent paginated requests."},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"L_123456\",\n  \"organizationId\": \"2930418\",\n  \"name\": \"Long Island Office\",\n  \"timeZone\": \"America/Los_Angeles\",\n  \"tags\": [\n   \"tag1\",\n   \"tag2\"\n  ],\n  \"productTypes\": [\n   \"appliance\",\n   \"switch\",\n   \"wireless\"\n  ],\n  \"enrollmentString\": \"long-island-office\"\n }\n]"}],"_postman_id":"31d8132d-48c9-401f-9f33-bf83c2f28f2d"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"d6edf448-bd17-4da1-a487-9b65a12468ac","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"152bf245-75e4-4267-9f26-48992282fe25","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.meraki.com/api/v1"}]}