Update README.md

This commit is contained in:
Charish Patel
2019-03-25 16:23:54 -04:00
parent 488e828e6f
commit af23b0dc45
+13 -2
View File
@@ -46,20 +46,31 @@ Information from Meraki Dashboard API (https://api.meraki.com/api/v0). For full
**Supplemental arguments**: **Supplemental arguments**:
-o ORGID, --orgid ORGID -o ORGID, --orgid ORGID
Organization ID Organization ID
API Call (retrieve orgid[s]): GET /organizations API Call (retrieve orgid[s]): GET /organizations
-n NETWORKID, --networkid NETWORKID -n NETWORKID, --networkid NETWORKID
Network ID Network ID
API Call (retrieve network id[s]): GET /organizations/<organization ID>/networks API Call (retrieve network id[s]): GET /organizations/<organization ID>/networks
-s SERIAL, --serial SERIAL -s SERIAL, --serial SERIAL
Meraki Device Serial Number, e.g., ABCD-1234-EF56 Meraki Device Serial Number, e.g., ABCD-1234-EF56
API Call (retrieve serial number[s]): GET /networks/<network id>/devices API Call (retrieve serial number[s]): GET /networks/<network id>/devices
-w SSID, --ssid SSID -w SSID, --ssid SSID
Specify the SSID by integer, e.g., 0 Specify the SSID by integer, e.g., 0
API Call (retrieve SSID number[s]): GET /networks/<network id>/ssids API Call (retrieve SSID number[s]): GET /networks/<network id>/ssids
-p PORT, --port PORT Switch port number -p PORT, --port PORT
Switch port number
API Call (retrieve stats for all switch ports): GET /devices/<serial number>/switchPorts API Call (retrieve stats for all switch ports): GET /devices/<serial number>/switchPorts