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
Sort by:
1 - 11 of
111
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.
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.