12-13-2019 11:55 AM
GET/networks/{networkId}/devices/{serial}/lldp_cdp
So, this API requires the parameter 'timespan'.
My question is where does the paramter go in the CURL request? I'm using powershell as that's what I know right now. Python is on the list to learn.
Solved! Go to Solution.
12-13-2019 11:57 AM
Add timespan to the end of the endpoint's URL.
GET/networks/{networkId}/devices/{serial}/lldp_cdp?timespan=28800
or whatever timespan you prefer.
If you haven't played with Postman, I'd get it and download the library from postman.meraki.com. It helps with understanding how the query parameters fit together.
12-13-2019 11:57 AM
Add timespan to the end of the endpoint's URL.
GET/networks/{networkId}/devices/{serial}/lldp_cdp?timespan=28800
or whatever timespan you prefer.
If you haven't played with Postman, I'd get it and download the library from postman.meraki.com. It helps with understanding how the query parameters fit together.
12-13-2019 12:01 PM
Of course! Right where it should be... 🙄
Thanks Nash!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide