Python Forum
Parse a REST API call using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parse a REST API call using Python
#1
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
Reply
#2
what have you tried? Show your code in python tags, full traceback if you get any - in error tags. What is expected output?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Parse Nested JSON String in Python mmm07 4 1,663 Mar-28-2023, 06:07 PM
Last Post: snippsat
  python read iperf log and parse throughput jacklee26 4 2,962 Aug-27-2022, 07:04 AM
Last Post: Yoriz
  How to parse a live feed in Python? Daring_T 2 4,387 Jan-20-2022, 04:17 AM
Last Post: Daring_T
  Calling Oracle REST SQL from Python johnjacob 2 2,120 Nov-05-2020, 04:19 AM
Last Post: johnjacob
  Raspberry Pi Python Rest Post madaxe 0 1,402 Nov-01-2019, 07:30 PM
Last Post: madaxe
  Call pip3 from python folder build by me call pip3 from the /usr/bin Suryavarman 3 3,809 Oct-07-2019, 10:23 PM
Last Post: Suryavarman
  How to get valid error message while invoking REST API through Python gollupraveen 0 2,120 Oct-04-2019, 07:15 PM
Last Post: gollupraveen
  Https + REST Call + licence + gnutls imo 0 1,672 Jan-29-2019, 02:02 PM
Last Post: imo
  Python Library to parse RAML 1.0 sameekb 1 3,282 Jan-21-2019, 04:55 PM
Last Post: Larz60+
  How to parse the data in python sandy 10 5,444 Jan-15-2019, 05:50 PM
Last Post: sandy

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020