Several updates to the Dashboard API & Postman Collection!
https://documenter.getpostman.com/view/897512/2To9xm#whats-new
What's New?
October 2018
ALERT SETTINGS
Return the alert configuration for this network
- GET /networks/[networkId]/alertSettings
Update the alert configuration for this network
- PUT /networks/[networkId]/alertSettings
HTTP SERVERS
Manage servers for Meraki Alerts with webhooks
List the HTTP servers for a network
- GET /networks/[networkId]/httpServers
Return an HTTP server
- GET /networks/[networkId]/httpServers/[id]
Update an HTTP server
- PUT /networks/[networkId]/httpServers/[id]
Add an HTTP server
- POST /networks/[networkId]/httpServers
Delete an HTTP server
- DEL /networks/[networkId]/httpServers/[id]
Send a test webhook
- POST /networks/[networkId]/httpServers/webhookTests
Return the status of a webhook test
- GET /networks/[networkId]/httpServers/webhookTests/[id]
WIRELESS HEALTH
Aggregated connectivity info for this network
- GET /networks/[networkId]/connectionStats
Aggregated connectivity info for this network, grouped by node
- GET /networks/[networkId]/devices/connectionStats
Aggregated connectivity info for a given AP on this network
- GET /networks/[networkId]/devices/[serial]/connectionStats
Aggregated connectivity info for this network, grouped by clients
- GET /networks/[networkId]/clients/connectionStats
Aggregated connectivity info for a given client on this network
- GET /networks/[networkId]/clients/[clientId]/connectionStats
Aggregated latency info for this network
- GET /networks/[networkId]/latencyStats
Aggregated latency info for this network, grouped by node
- GET /networks/[networkId]/devices/latencyStats
Aggregated latency info for a given AP on this network
- GET /networks/[networkId]/devices/[serial]/latencyStats
Aggregated latency info for this network, grouped by clients
- GET /networks/[networkId]/clients/latencyStats
Aggregated latency info for a given client on this network
- GET /networks/[networkId]/clients/[clientId]/latencyStats
List of all failed client connection events on this network in a given time
- GET /networks/[networkId]/failedConnections
VLANS
Enable/Disable VLANs for the given network
- PUT /networks/[networkId]/vlansEnabledState
September 2018
SYSLOG SERVERS
List the syslog servers for a network
- GET /networks/[networkId]/syslogServers
Update the syslog servers for a network
- PUT /networks/[networkId]/syslogServers
Returns video link for the specified camera. If a timestamp supplied, it links to that time.
- GET /devices/[serial]/cameras/video_link
List LLDP and CDP information for a device
- GET /networks/[networkId]/devices/[serial]/lldp_cdp