ExamGecko
Question list
Search
Search

Question 26 - 500-430 discussion

Report
Export

Which URL retrieves all AppDynamics business applications from an AppDynamics Controller using the AppDynamics Rest API?

A.

http(s)://<cantroller-host=:

Answers
A.

http(s)://<cantroller-host=:

B.

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

Answers
B.

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

C.

httpis)://<controller-host>:/controller/rest/applications

Answers
C.

httpis)://<controller-host>:/controller/rest/applications

D.

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

Answers
D.

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

Suggested answer: C

Explanation:

The AppDynamics Rest API allows you to retrieve information and perform operations on the AppDynamics platform using HTTP requests. To retrieve all AppDynamics business applications from an AppDynamics Controller using the AppDynamics Rest API, you need to use the following URL format:

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

This URL returns the business application names and internal numeric identifiers for all the applications that are monitored by the Controller. You can use the application name or ID as a parameter for other API methods that require the application context. You can also specify the output format as XML (default) or JSON by adding the output query parameter. For example:

http(s)://<controller-host>:/controller/rest/applications?output=JSON

This URL returns the same information as the previous one, but in JSON format. You can also filter the applications by their status (alive or not) by adding the time-range-type query parameter. For example:

http(s)://<controller-host>:/controller/rest/applications?time-range-type=BEFORE_NOW&duration-in-mins=60

This URL returns only the applications that are alive in the last 60 minutes.An alive application is an application with at least one node that submits at least one metric to the Controller in the provided time range12.Reference:Application Model API,Metric and Snapshot API

asked 11/10/2024
Miroslav Vukic
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first