DX Application Performance Management

  • 1.  How to Query Introscope v9.7 via WSDL

    Posted Apr 08, 2016 11:59 AM

    Is it possible to query Introscope v9.7 using WSDL?  Is this turned on by default, or are there installation/configuration changes required?  These URLs appear to be doing something, which makes me think it is turned on:

     

    http://host:8082/

    http://host:8082/introscope-web-services/services/MetricsDataService

    http://host:8082/introscope-web-services/services/MetricsListService

    http://host:8082/apm-web-services/services/MetricsService

    http://host:8082/apm-web-services/services/VertexService

     

    Can you point me towards a tutorial on building a python or similar WSDL client program to query Introscope?  Any documentation on the API?



  • 2.  Re: How to Query Introscope v9.7 via WSDL

    Broadcom Employee
    Posted Apr 10, 2016 05:18 PM

    HI John,

    Yes you can query Introscope Web Services via WSDL using a SOAP client like SoapUI.

    SergioMorales 's https://communities.ca.com/docs/DOC-231158616 (How to Query APM API 9.x using SOAP UI.pdf)  has a very good tutorial

     

    Hope it helps

     

    Lynn



  • 3.  Re: How to Query Introscope v9.7 via WSDL

    Broadcom Employee
    Posted Apr 11, 2016 07:05 AM

    Hi John,

    Introscope Webservices documentation is available from here:CA Introscope Web Services API Reference - CA Application Performance Management - 10.2 - CA Technologies Documentation

    Here is an phyton example how query Introscope PollingWebServicePythonCode.py

    Another example is here apmmodel_sampleclient.zip

    Also, I see from the old Wily Software download site, that in previous releases we used to make available a sample app and additional documentation on tips and best practices, if you are interested, open a case and request for download link for Introscope Introscope Integration Software Developer Kit (SDK):

    Packages

    -IntroscopeWsSDKWebapp.zip     SDK Web Application

    -IntroscopeWsSDKSampleEclipseProject.tar     Sample Eclipse Project

    -IntroscopeWsSDKSampleEclipseProject.zip     Sample Eclipse Project

    ..

    -IntroscopeIntegrationSDKDocs.zip     Documentation (Zip Format)

    ..

    I hope this helps,

    Sergio