I am looking to externally aggregate health rule status from AppDynamics for a particular application.
I am not sure if the following API will let me get each health rule status?
Also, I am not sure where I get the id's required to fulfill the following request
how do i get hrid, appid & acctid?
You can use REST API to display all health rules, accounts, ,etc. These results will have the ID as well as other identifying information. Then, with the IDs, you can fill out your REST request.
But I have to get the acctid from somewhere else?
In our documentation, you'll find information on the REST API 2.0. This API should allow you to query for accounts. The results of that query include account IDs, I believe. Check this URL: https://docs.appdynamics.com/display/PRO40/Use+the+AppDynamics+REST+API