Valid 500-430 Dumps shared by ExamDiscuss.com for Helping Passing 500-430 Exam! ExamDiscuss.com now offer the newest 500-430 exam dumps, the ExamDiscuss.com 500-430 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 500-430 dumps with Test Engine here:
Which URL retrieves all AppDynamics business applications from an AppDynamics Controller using the AppDynamics Rest API?
Correct 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>:<port>/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>:<port>/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>:<port>/controller/rest/applications?time-range-type=BEFORE_NOW&duration-in-mi 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. References: Application Model API, Metric and Snapshot API