Is it possible via the REST API to retrieve URL(s) from Business Transaction servlets? I need to extract the top ten URLs by load from a specific combination of application and tier. This is straightforward enough if the transactions have been automa...
Answering my own question:
Retrieve transactions via:
/controller/rest/applications/<application_name>/business-transactions
Retrieve metrics via:
GET /controller/rest/applications/<application_name>/metric-data?
Retrive URIs via:
GET /controll...