admin管理员组

文章数量:1401476

I am new to AppDynamics and For a given application I have been looking for the endpoint in APPD for to retrieve all nodes in a tier for below mentioned data points like health, APP agent, JVM Version etc., are my expected results. I have information of Appname, nodes and tier.

I am new to AppDynamics and For a given application I have been looking for the endpoint in APPD for to retrieve all nodes in a tier for below mentioned data points like health, APP agent, JVM Version etc., are my expected results. I have information of Appname, nodes and tier.

Share Improve this question edited Mar 25 at 9:38 Ajay Takur asked Mar 25 at 9:22 Ajay TakurAjay Takur 6,2345 gold badges44 silver badges58 bronze badges 0
Add a comment  | 

1 Answer 1

Reset to default 0

In order to get details and metrics relating to Nodes of a specific Tier for a specific Application you will need to leverage two different APIs...

Use the Application Model API to get all of the Nodes for a given Application and filter the results by the Tier ID: https://docs.appdynamics/appd/24.x/latest/en/extend-splunk-appdynamics/splunk-appdynamics-apis/application-model-api#id-.ApplicationModelAPIv24.3-RetrieveNodeInformationforAllNodesinaBusinessApplication

The above will provide some meta-data relating to the Node as per the documentation.

For retrieval of specific metrics for a given Node you would then need to leverage the Metric & Snapshot API: https://docs.appdynamics/appd/24.x/latest/en/extend-splunk-appdynamics/splunk-appdynamics-apis/metric-and-snapshot-api

To determine the metric-path for the queries here, view the required metric in the metric browser: https://docs.appdynamics/appd/24.x/25.2/en/splunk-appdynamics-essentials/metrics-and-graphs/metric-browser

Note that you may in fact want to leverage DEXTER - this is an open source tooling designed for mass-extraction of data (including metrics): https://developer.cisco/codeexchange/github/repo/Appdynamics/AppDynamics.DEXTER/

本文标签: app dynamics query languageIn appdynamics how to retrieve all nodes in a tierStack Overflow