ExamGecko
Question list
Search
Search

Question 32 - 500-430 discussion

Report
Export

Which URL retrieves all AppDynamics business transactions from an application using the AppDynamics Rest API?

A.

http(s) ://<controller-host>:/allbts

Answers
A.

http(s) ://<controller-host>:/allbts

B.

http(s) ://<controller-host>:/controller/rest/applications/<application_name=>/business-transactions

Answers
B.

http(s) ://<controller-host>:/controller/rest/applications/<application_name=>/business-transactions

C.

http(s)://<controller-host>:/controller/applications/<application_name>/business-transactions

Answers
C.

http(s)://<controller-host>:/controller/applications/<application_name>/business-transactions

D.

httpis)://<controller-host>:/controller/applications/<application_name=>/allbis

Answers
D.

httpis)://<controller-host>:/controller/applications/<application_name=>/allbis

Suggested answer: B

Explanation:

The AppDynamics Rest API to retrieve business transactions allows you to get a list of all business transactions in a business application, along with their key metrics and properties1.The correct URL format for this API is1:

http(s) ://<controller-host>:/controller/rest/applications//business-transactions

The other options are incorrect because12:

Option A uses an invalid endpoint /allbts, which does not exist in the API.

Option C uses an incorrect base URL /controller/applications, which is used for the Controller UI, not the Rest API.

Option D uses a misspelled endpoint /allbis, which does not exist in the API.Reference:Retrieve All Business Transactions in a Business Application,AppDynamics APIs

asked 11/10/2024
Bartłomiej Praniuk
24 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first