Hi,
I have developed a python script to get api calls for meraki
clientlogevents Thanks for all the help previously I am facing few errors
such as
Json_string=r.json()
raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value:
MAC Address
iPhone f0:98:9d:2c: arphone
c8:21:58:79:b
it-mine:05:a4:c9:
Querying Meraki for clientlogevents on Devices: e0:cb:b::3e:95 (HA)
Not looping the devices to get api calls for this access point
Querying Meraki f
My output api calls in python is in xml so I want the output to be in the
database
So is there a way where I can alter my code to get api responses in json
format in python and then later move the output to the database
Basically at the end of it I want the all the data to be in database
Th
Hi,
I have developed a python script to get api calls for meraki
clientlogevents I am wanting the output of apicalls which is in xml format
integrated to sql server management studio how do i do that?
Thanks
___
Tutor maillist - Tutor@python.org
To u