{ "opencollection": "1.0.0", "info": { "name": "Cisco Meraki Dashboard API — insight", "version": "1.72.0" }, "request": { "auth": { "type": "apikey", "key": "X-Cisco-Meraki-API-Key", "value": "{{X-Cisco-Meraki-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "insight", "type": "folder" }, "items": [ { "info": { "name": "Get application health by time", "type": "http" }, "http": { "method": "GET", "url": "https://api.meraki.com/{basePath}/networks/:networkId/insight/applications/:applicationId/healthByTime", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "Network ID" }, { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" }, { "name": "t0", "value": "", "type": "query", "description": "The beginning of the timespan for the data. The maximum lookback period is 7 days from today." }, { "name": "t1", "value": "", "type": "query", "description": "The end of the timespan for the data. t1 can be a maximum of 7 days after t0." }, { "name": "timespan", "value": "", "type": "query", "description": "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 7 days. The default is 2 hours." }, { "name": "resolution", "value": "", "type": "query", "description": "The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300." } ] }, "docs": "Get application health by time" }, { "info": { "name": "List all Insight tracked applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/insight/applications", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "List all Insight tracked applications" }, { "info": { "name": "List the monitored media servers for this organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/insight/monitoredMediaServers", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "List the monitored media servers for this organization. Only valid for organizations with Meraki Insight." }, { "info": { "name": "Add a media server to be monitored for this organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/insight/monitoredMediaServers", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a media server to be monitored for this organization. Only valid for organizations with Meraki Insight." }, { "info": { "name": "Return a monitored media server for this organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/insight/monitoredMediaServers/:monitoredMediaServerId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "monitoredMediaServerId", "value": "", "type": "path", "description": "Monitored media server ID" } ] }, "docs": "Return a monitored media server for this organization. Only valid for organizations with Meraki Insight." }, { "info": { "name": "Update a monitored media server for this organization", "type": "http" }, "http": { "method": "PUT", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/insight/monitoredMediaServers/:monitoredMediaServerId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "monitoredMediaServerId", "value": "", "type": "path", "description": "Monitored media server ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a monitored media server for this organization. Only valid for organizations with Meraki Insight." }, { "info": { "name": "Delete a monitored media server from this organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/insight/monitoredMediaServers/:monitoredMediaServerId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "monitoredMediaServerId", "value": "", "type": "path", "description": "Monitored media server ID" } ] }, "docs": "Delete a monitored media server from this organization. Only valid for organizations with Meraki Insight." } ] } ], "bundled": true }