DX Application Performance Management

  • 1.  Duplicate Thread Ignore: REST API for CA APM open alerts

    Posted Sep 17, 2018 03:40 AM

    Hi,

    Let me explain everything from scratch. I have downloaded the APM agent (Java_v1.tar file) and extracted  this tar file then passed the path of the wily/Agent.jar file  which I got after extracting the tar file, to jvm argument and after that I am able to see the data for java application  on CA dash board and also able  to set alert. As I got the  information by Lynn Williams that we  can get all raw alerts by using SQL REST API , and to get alert information using SQL REST API , we need something called CLWorkstation.jar (suggested by one of the support guy) but since I have only willy folder and inside this willy only Agent.jar file is there. I have not installed Enterprise Manager or any other thing. So can you please tell me from start that how can I use this SQL REST API  to get raw alert information.



  • 2.  Re: REST API for CA APM open alerts
    Best Answer

    Broadcom Employee
    Posted Sep 17, 2018 03:51 PM

    I tried to branch but it did not work as desired. Closing this 



  • 3.  Re: Duplicate Thread Ignore: REST API for CA APM open alerts

    Broadcom Employee
    Posted Sep 17, 2018 06:44 PM

    Hi Arpan,

    Let me try to clarify.

    You said "I am able to see the data for java application  on CA dash board". Therefore somewhere in your environment there must be an Enterprise Manager (EM) already installed which is receiving data from the Java Agent to display on the dashboard.

    The SQL REST API and CLW (Command Line Workstation) are 2 different options for you to try to get the alert data per your original thread: REST API for CA APM open alerts (APM SaaS for DXI) 

    1. The SQL REST API is available in EM 10.7 SP2 (SQL REST API - CA Application Performance Management - 10.7 - CA Technologies Documentation ) and you can use the metric_path mike_cook suggested ("SuperDomain|Custom Metric Host|Custom Metric Process|Custom Metric Agent|Alerts|{MM name}|{Alert name}")

     

    2. Using CLW is an alternative option.

    java .... -jar CLWorkstation.jar query state of alerts matching (.*) in management modules matching (.*)

    CLW Command Reference - CA Application Performance Management - 10.7 - CA Technologies Documentation 

    The CLWorkstation.jar can be found in the lib directory under the Enterprise Manager install or Standalone Workstation install.

     

    Hope that helps.

     

    I also put this in your original thread REST API for CA APM open alerts (APM SaaS for DXI) so let us continue there if you still need more help.

     

    Regards,

     

    Lynn