Splunk AppDynamics

REST API - Retrieve URL(s) from Business Transaction Servlets?

CommunityUser
Splunk Employee
Splunk Employee

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 automatically detected because the name and internalName parameters contain the URI, but if the name and internalName have been changed to a more human-friendly format, can the original URL be extracted via the REST API? Also, can the metrics for each individual URL be retrieved?

In a similar way, can the individual URLs in a Business Transaction group be retrieved via the REST API, along with their associated metrics?

Thanks & Regards,

-Simon Price

simon.m.price@hsbc.com

AppD SaaS 4.2.7.1

Labels (1)
0 Karma

Atyuha_Pal
Contributor

Hi simon,

There is no such api available. 

Please refer to the below docs containing appdynamics APIs

https://docs.appdynamics.com/display/PRO43/AppDynamics+APIs

Thanks,

Atyuha

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

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 /controller/transactiondetection/<application_name>/<tier_name>/custom/servlet

If a servlet transactoin isn't listed here, it hasn't been customised and therefore uses the standard convention where the name is set to the URI

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...