Hi,Like to know is there an API for Meraki that allows me to pull the Power Source of an access point? Currently in the GUI dashboard, there is a "Power" field that say "AC adapter" or "POE 802.3au". Is there an equivalent for that in the API?
Hi,I notice that Prime API "InventoryDetails" have this device Uptime field. It return the value "upTime": "+000000028 08:21:32.538000000". 1. Can I know what format is this? Epoch?2. How do I convert (Python or Excel) this time string "+000000028 08...
Hi,I notice that starting from PI3.7 it has a new API "Site Map Service". I interested in saving all those floor map using this "Get image of the specified site map" API. I know how to parse a JSON output but this API return an image jpeg file!! How ...
Hi, It seems that after upgrading the pyats/genie to 19.8. I hit a bunch of errors when I run the "genie" shell command..The error keep saying it can't import the name "Csr1000vPatterns". I didn't encounter any error during the pip installation. I al...
Hi,I'm runing PI3.0 and was puzzle how PI sync/archive devices? We have hundred of devices and every now and then engr. will change the config or upgrade the device (eg. IOS)..etc.But PI inventory database is always not up to date and I always have t...
Hi, I tried using this "pyats_genie_command_parse", seems that some command works some didn't...Eg. are "show interfaces GigabitEthernet2/0/3 counters" or "show authentication sessions interface GigabitEthernet2/0/48 details" (to see NAC session in s...
Thanks...Are they planning to create one for the next enhancement? It is useful to check which one is using AC or PoE...Unable to click thru' the GUI for hundreds of them...
Hi Adam,I was trying out a Python ncclient script to retrieve(using NETCONF get()) an interfaces with a given name from NXOS 7.x switch. The filter I use is shown below, but it give an error.Is my filter correct? What will be the correct filter to us...
Strange…I use the following API to deploy and check the Job status…For the runhistory API, I didn’t get the detail listing of each device (eg. Configlet..etc)? Do I need to turn on some options?https://pi-test/webacs/api/v1/op/cliTemplateConfiguratio...