Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to monitor the usage/calls of RESTful APIs

Test2Feb 3 2018 — edited Oct 11 2018

In ORDS 17.4, how can we monitor the APIs calls? I am asking whether there is a built-in logging method or not.

If not, then the first thing comes to mind is changing all the APIs from SQL query to PL/SQL and wrap the SQL query with an insert statement to log the calls e.g.,

  REST_API_CALL_LOG (API , CALL_TIME, IP_DDRESS, USER_AGENT )

So, anyone can recommend a better way?

This post has been answered by Test2 on May 25 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2018
Added on Feb 3 2018
10 comments
6,676 views