Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Administering Integration Server | Introduction to the New webMethods Integration Server Administrator | Dashboard | APIs
 
APIs
The APIs tab consolidates the data about all API invocations that include REST, SOAP, ODATA, GRAPHQL, WEBSOCKET API calls.
Note:
The APIs tab shows data from all the nodes in a cluster.
The APIs tab categorizes metrics related to APIs using the following charts:
*Top 5 Slow APIs by Response Time: The top 5 APIs that have the longest average response time over the time range. (excludes system services)
*Top 5 API Requests by API Type: The top 5 API types that have the most request count over the time range. (excludes system services)
*API Requests by Response Code: The request count of the HTTP response code over the time range. (excludes system services)
In addition, the following API information is shown as a table:
Column
Description
API Name
The name of the API.
Type
Type of the API (API_REST, API_ODATA, API_GRAPHQL, API_WEBSOCKET, API_SOAP)
Count
Total num of API calls within the selected time.
Response Time (ms)
Note:
Response time is the average time of all responses within a given sampling interval, such as 60 seconds.
Minimum:
The minimum time, in milliseconds, that the API took to run in the selected period.
Average:
The average time, in milliseconds, that the API took to run in the selected period.
Maximum:
The maximum time, in milliseconds, that the API took to run in the selected period.
Size of Request
Average size of the API requests is bytes within the selected time.
Size of Response
Average size of the API response in bytes within the selected time.
Success
Total number of successful API invocations.
Failure
API invocations that ended in failure.
Last Execution
The last time of the API execution.
Note:
By default, the System Services are excluded from this table.