DX NetOps

  • 1.  How to use REST To Extract Thresholds in CAPC

    Posted Sep 17, 2015 10:34 AM

    I have been playing around with the web services and REST trying to pull thresholds from CAPC.  I have not had much success.  I can find data but getting threshold data has not been possible.  I am certain I must be missing something.  Could someone give me a pointer to where I may find help on extracting threshold information from CAPC?



  • 2.  Re: How to use REST To Extract Thresholds in CAPC

    Posted Oct 14, 2015 02:56 PM

    It is almost a month and I have gotten no response.  Is nobody else working to pull threshold data from CAPC programatically?  There is a web service to pull vendor certs and one to pull metric families.  I need to pull the threshold data all the way down to the device (if any thresholds are specific to a device overriding default threshold).



  • 3.  Re: How to use REST To Extract Thresholds in CAPC

    Posted Oct 14, 2015 04:47 PM

    If your question relates to CA Performance Center this is not the community for that. This CA PPM formerly CA Clarity.

    If there is no community for CA Performance Center try CA IM community.



  • 4.  Re: How to use REST To Extract Thresholds in CAPC
    Best Answer

    Posted Oct 19, 2015 02:08 PM

    Hello efultz - here are a couple REST URLs that may get you started.

     

    To find Monitoring Profiles or Threshold Profiles:

    http://<dahost>:8581/rest/monitoringprofiles/

    http://<dahost>:8581/rest/eventprofiles/              (Note: event profiles are synonymous with Threshold Profiles)

     

    Monitoring Profile and Threshold Profile definitions will specify the:

    1) Collections or Groups the profile is associated with.

    2) Event rules associated with the profile.

     

    To get more info on event rules:

    http://<dahost>:8581/rest/eventrules