From af23b0dc45252a80b93c9aaae2b5c8bb2982026d Mon Sep 17 00:00:00 2001 From: Charish Patel Date: Mon, 25 Mar 2019 16:23:54 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a10077..026fdaa 100644 --- a/README.md +++ b/README.md @@ -46,20 +46,31 @@ Information from Meraki Dashboard API (https://api.meraki.com/api/v0). For full **Supplemental arguments**: -o ORGID, --orgid ORGID + Organization ID + API Call (retrieve orgid[s]): GET /organizations -n NETWORKID, --networkid NETWORKID + Network ID + API Call (retrieve network id[s]): GET /organizations//networks -s SERIAL, --serial SERIAL + Meraki Device Serial Number, e.g., ABCD-1234-EF56 + API Call (retrieve serial number[s]): GET /networks//devices - -w SSID, --ssid SSID + -w SSID, --ssid SSID + Specify the SSID by integer, e.g., 0 + API Call (retrieve SSID number[s]): GET /networks//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//switchPorts