Monitoring ION API Gateway
Hello Team,
I wanted to inquire if there is an existing dashboard available to monitor the APIs hosted on ION. Specifically, I'm looking for the following features:
- Traffic on the API within a specified time range.
- A count of errors that occurred during that time range.
- Detailed logs, including the requests received during errors, and any related information.
If such a dashboard is available or can be set up? If not, what is the best option to achieve this?
Comments
-
There are many API related Widgets that can get you some information you are looking for. Otherwise, I have been using the export functionality to build a spreadsheet of data and then I have created pivot tables off of that.
2 -
If you need a standard solution,
you can usethe below widgetsTo see the detailed log use ION API Monitoring.
0 -
Thank you Brandon. Could you help me with the option on where can i find the export to excel option in the API Gateway?
0 -
Thank you Prabodha. Is there an option to in the monitoring tool to log the full request and response payload?
Regards,
Vinayak
0 -
Yes, You can enable the transaction detail for required API suite.
0 -
Thank you Prabhoda. Is this feature available only in the cloud version? I’m unable to see it in my on-prem version.
0 -
Oh i see, yes
0 -
Yes, if you go to the Monitoring tab and do your search, there is an Export Results button that will export to excel.
0 -
Thank you, Brandon. I believe this is available only for cloud version. I am not able to see that option in on prem.
0 -
You are correct, on-prem does not have that option. I thought it did, but validated in another onprem customer. You could open the developer tools and make the API call then copy the json from the response and convert to excel. It looks like all the results come back in the API call. I supposed it could be in the database somewhere, but i was not able to find something pertinent in the IONAPI database.
0 -
Thanks, Brandon. I appreciate you sharing your insight on this.
0