Can someone assist with the command to access the Rest APIs of the SAAS controller using curl command? I want to do this through the corporate proxy This is what I have so far but I am facing an Authentication 401 Unauthorized Errorcurl -v --proxy ht...
Hi, We have a custom requirement to monitor an API which does a health check of all the backend systems and returns back the https response code 200 if successful. The API is working with 2 way SSL. Is there a possibility of using the URL monitor in ...
Hi, We would like to generate a JavaCore which is similar to Thread Dumps on our WebSphere Application Servers (v8.5.5) running with the IBM JVM. I have implemented the available action of a Thread Dump to be fired if any hung threads are detected. H...
The Java Agent for IBM WebSphere collects the following metric by default
Metric Browser --> Application Infrastructure Performance --> <TIERNAME> -->JVM --> Threads --> Current No. of Threads
What does this value correspond to in IBM WebSphere? ...
I was able to get this to work by using the curl command with a header token instead of passing the username and password using an api client user. It looks like it is potentially a problem of the proxy not passing the parameters of username and pass...
Hi Mario, These are the outputs that I get Without Proxy - Successfully returned application listcurl -vk --user internaluser@SAASAccount:dummypwd https://SAASAccount.saas.appdynamics.com/controller/rest/applications* Trying x.x.x.x...* TCP_NODELAY s...
Hi Ryan, Thank you for the response. Those posts did not help actually. I am already using a locally created account and I am able to successfully call the API outside the Corporate Proxy using this user. The second post also points to the account be...
The URLMonitor extension was able to support 2 way SSL. There were quite a few challenges faced especially around the creation of the keystores for SSL. However, we were able to successfully implement it along with JSON payloads as a part of the POST...
So far we've only received confirmation that the Service Availability feature does not support two way SSL. The other option we've been looking into in order to do this test is the URL Monitor extension which has options to specify a keystore and a t...