To bulk delete custom dashboards using a REST API, begin by fetching the JESSIONID and X-CSRF-TOKEN for the user with login access to the Controller UI:
curl -i --user <<userName>>@<<accountName>> https://demo.saas.appdynamics.com/auth?action=log...
Older Controllers (prior to version 4.2.15) follow these instructions:
Modify the following element located in the controller_home>/appserver/glassfish/domains/domain1/config/domain.xml file:
<jvm-options>-Dappdynamics.controller.ui.deeplink.ur...
How do I enable or disable Health Rules and policies using an API? Is there a way to delete Health Rules?
In this article...
HR Disable APIHR Enable APIPolicy Disable APIPolicy Enable API
How do I delete Health Rules?Related Links
APIs for enab...
Beginning with AppDynamics version 4.3.x, a user can enable and disable Collectors that they have created.
Newly created Collectors are enabled by default.
Users who want to discontinue monitoring a database without deleting the Collector prof...
Question:
How do I disable SAML, or use local login when SAML is enabled?
Answer:When SAML is enabled, a user can login using "local login" with or without disabling SAML. Use the hyperlink "Use Local Login" shown on the login screen below.
Us...
We do not have out-of-the box support to delete the health rules.
However, here is the Here is a way to do delete health rules using cURL command:
Get the JESSIONID and X-CSRF-TOKEN for the user having login access to controller UI:
curl -i --user ...
Hi Ankjain,
Is your Java application a dropwizard based application. If not, try to get some sample dropwizard application dowloading and run is.
Verify if you are able to fetch using URL:
http://<<dropwizard_host>>:<<health_metrics_port>>/metri...