From efd7b17fad1ed89d8be84fd9b7c8bcfa4bcaa9b1 Mon Sep 17 00:00:00 2001 From: Charish Patel Date: Mon, 25 Mar 2019 16:25:31 -0400 Subject: [PATCH] Update README.md --- README.md | 50 ++++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index d8421e7..fe69c25 100644 --- a/README.md +++ b/README.md @@ -20,30 +20,6 @@ Information from Meraki Dashboard API (https://api.meraki.com/api/v0). For full Device type to be queried (Wireless AP or Switch) -t {license,uplink,port,latency,ssid,failconn,connassoc,connauth,conndhcp,conndns,connsucc,clients}, --type {license,uplink,port,latency,ssid,failconn,connassoc,connauth,conndhcp,conndns,connsucc,clients} - --=EXPLANATION & USAGE=- - - I. All devices - license: Expiration of Meraki device license - -t license -o - uplink: Status of Meraki device connection to the cloud - -t uplink -n -s - - II. Switch Options - port: Get status on an individual switchport - -t port -s -p - - III. AP Options - latency: Latency stats over the past hour per AP - -t latency -n -s - ssid: Status of configured SSID(s) - -t ssid -n -w <#> - failconn: Number of failed connections over the past hour - -t failconn -n - connassoc, connauth, conndhcp, conndns, connsucc: Connection stats per AP over the past hour at different stages - -t [connassoc, connauth, conndhcp, conndns, connsucc] -n -s - clients: Number of connected clients per AP within the past 2 hours - -t clients -s **Supplemental arguments**: @@ -76,3 +52,29 @@ Information from Meraki Dashboard API (https://api.meraki.com/api/v0). For full Switch port number API Call (retrieve stats for all switch ports): GET /devices//switchPorts + + +-=EXPLANATION & USAGE=- + + I. All devices + license: Expiration of Meraki device license + -t license -o + uplink: Status of Meraki device connection to the cloud + -t uplink -n -s + + II. Switch Options + port: Get status on an individual switchport + -t port -s -p + + III. AP Options + latency: Latency stats over the past hour per AP + -t latency -n -s + ssid: Status of configured SSID(s) + -t ssid -n -w <#> + failconn: Number of failed connections over the past hour + -t failconn -n + connassoc, connauth, conndhcp, conndns, connsucc: Connection stats per AP over the past hour at different stages + -t [connassoc, connauth, conndhcp, conndns, connsucc] -n -s + clients: Number of connected clients per AP within the past 2 hours + -t clients -s +