Update README.md

This commit is contained in:
Charish Patel
2019-03-25 14:06:52 -04:00
parent f27e1796e3
commit 35ed64611d
+23 -21
View File
@@ -11,33 +11,35 @@ Information from Meraki Dashboard API (https://api.meraki.com/api/v0). For full
required arguments: required arguments:
-k API_KEY, --api-key API_KEY -k API_KEY, --api-key API_KEY
API key obtained from Meraki Dashboard admin account API key obtained from Meraki Dashboard admin account
-d {switch,ap}, --device {switch,ap} -d {switch,ap}, --device {switch,ap}
Device type to be queried (Wireless AP or Switch) 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} -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=- -=EXPLANATION & USAGE=-
I. All devices I. All devices
license: Expiration of Meraki device license license: Expiration of Meraki device license
-t license -o <organization id> -t license -o <organization id>
uplink: Status of Meraki device connection to the cloud uplink: Status of Meraki device connection to the cloud
-t uplink -n <network id> -s <serial number> -t uplink -n <network id> -s <serial number>
II. Switch Options II. Switch Options
port: Get status on an individual switchport port: Get status on an individual switchport
-t port -s <serial number> -p <port number> -t port -s <serial number> -p <port number>
III. AP Options III. AP Options
latency: Latency stats over the past hour per AP latency: Latency stats over the past hour per AP
-t latency -n <network id> -s <serial> -t latency -n <network id> -s <serial>
ssid: Status of configured SSID(s) ssid: Status of configured SSID(s)
-t ssid -n <network id> -w <#> -t ssid -n <network id> -w <#>
failconn: Number of failed connections over the past hour failconn: Number of failed connections over the past hour
-t failconn -n <network id> -t failconn -n <network id>
connassoc, connauth, conndhcp, conndns, connsucc: Connection stats per AP over the past hour at different stages connassoc, connauth, conndhcp, conndns, connsucc: Connection stats per AP over the past hour at different stages
-t [connassoc, connauth, conndhcp, conndns, connsucc] -n <network id> -s <serial number> -t [connassoc, connauth, conndhcp, conndns, connsucc] -n <network id> -s <serial number>
clients: Number of connected clients per AP within the past 2 hours clients: Number of connected clients per AP within the past 2 hours
-t clients -s <serial number> -t clients -s <serial number>
supplemental arguments: supplemental arguments:
-o ORGID, --orgid ORGID -o ORGID, --orgid ORGID