Python Forum

Full Version: Parse a REST API call using Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Experts!

I am a newbie to Python, we are trying to Parse our Tomcat Application logs and pull out all API calls made by users (this part is done). Now i want to Parse each API call and find out which objects/columns/filters they are pulling from our DB.

Example :
Output:
https://abc.xyz.net/abc/8.0/api/Application?appID=1234/DatabaseInstance?environment=TEST&status=Installed/Application?columnSelect=abcIndentifier,DatabaseInstance?columnSelect=dbname
Thanks
GKT
what have you tried? Show your code in python tags, full traceback if you get any - in error tags. What is expected output?