DX NetOps

  • 1.  CA Spectrum Alarms via Restful API

    Posted Apr 26, 2017 07:54 AM

    Hey guys!

     

    I'm having CA Spectrum 10.2.1 installed.

    I was wondering, if there is a way to access the already cleared alarms via the Rest API or something similar, giving access to the Alarms History, again via the Ret API?

    If this is not possible, is there a way to at least have the number of the cleared alarms via the API?

     

    Thanks in advance!

    Kamen



  • 2.  Re: CA Spectrum Alarms via Restful API
    Best Answer

    Broadcom Employee
    Posted Apr 27, 2017 03:33 AM

    Once the alarm was cleared in Spectrum the remaining information is in Event database (DDMdb/Archive Manager database/SRMdb/reporting database). I don't see Restful API can access event data that is running under MySQL database Server.

     

    You may want to utilize MySQL client though to remotely access the data. Please refer to alarminfo table schema in reporting database (SRMdb).

    'reporting' Database - CA Spectrum - 10.2 and 10.2.1 - CA Technologies Documentation 

     

    I hope this helps.