Using APIs to generate report data for App Visibility Manager
The Reporting APIs for App Visibility Manager use Representational State Transfer (REST) web services that enable you to collect report data about applications, servers, transactions, and application health.
All the Reporting APIs use the GET method to retrieve the data. You can integrate the data with your other business applications.
App Visibility Manager provides the following APIs:
API | Description |
---|---|
Retrieves application model data | |
Retrieves a list of monitored application servers and metrics | |
Retrieves a list of applications, with the name, ID, and type (such as manually created or automatically discovered) | |
Retrieves a list of the application client breakdown by browser or platform | |
Retrieves a list of monitored business transactions and metrics | |
Retrieves a list of problems for a specified time, tier, and application | |
Retrieves recorded data for a specific persisted trace | |
Retrieves a list of the most impacted (by latency or by errors), or most used, real transactions for applications monitored by App Visibility Manager | |
Retrieves a list of the slowest database queries for a specified time, application, and database | |
Retrieves a list of monitored pages and metrics |
Related topic