I am a newbies in python programming. I have been trying to do what you did in this video for weeks to no avail. Watching this video gave me a complete solution to my problem. Thanks bro. You are the best !!!
@RowellDionicio Жыл бұрын
That’s awesome! I’m super happy you were able to get it working.
@joand35120044 жыл бұрын
Man, thank you very much! I was dying to collect the answers from a list of my Meraki, I thought about converting them into dictionaries, but when I saw your example, everything became clearer! I'm new to python, but I crashed when selecting only what I really need
@RowellDionicio4 жыл бұрын
Awesome! That's great to hear :) I'm also new to Python. Just gotta keep at it, look at other examples and make it as your own!
@timob123 жыл бұрын
I'm new as well. One thing I learned is whenever it is a list you most likely will use a for loop
@whittenberg0083 жыл бұрын
Thank you for this I really appreciate it and it really helped me to understand the script and fine tune my own!
@RowellDionicio3 жыл бұрын
Happy scripting!
@premrajv884410 ай бұрын
Hi Rowell, I really enjoyed your video; you explained everything in a simple manner. I'd like to ask you a question about retrieving device logs from Meraki. Normally, only 30 entries can be seen using the dashboard. However, using Postman and the API, I've found that we can retrieve logs for a certain period of time. Could you explain how to do this and, if possible, create a video on overcoming this limitation of the dashboard using the API? I can see the GET command for it, but I'm struggling to add parameters and retrieve the logs in a visually readable format. Thanks in advance!
@ShnitzenGiggles4 жыл бұрын
The requests module has a json method. If you add 'Accept': 'application/json' into the headers. Import pprint and pprint(response.json())
@RowellDionicio4 жыл бұрын
I'll try that out!
@zee1162 жыл бұрын
Great video clarifies many things however, i'm not able to get the output as shown in the video infact if i comment out all lines except for the URL i get the same output regardless if I comment out rest of the lines or not. What is it that I'm doing wrong. Please help! (i'm using python3).
@RowellDionicio2 жыл бұрын
What error do you get?
@RajeshRangani-b3x Жыл бұрын
How to change syslog servers for multiple networkID in single go using Postman ? Thank you
@RowellDionicio Жыл бұрын
You’ll want to loop on all the networkIDs to change the syslog server IP
@kundan1742 жыл бұрын
Can we create firewall policy and wifi SSID using API?