cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
535
Views
0
Helpful
2
Replies

Get specific eventId from sensor using browser

mhellman
Level 7
Level 7

Is there a way I can use just a browser (no java) to request only a specific eventId (alarm) from a sensor? XML results are fine. Thanks,

Matt

2 Replies 2

Jeffrey Bollinger
Cisco Employee
Cisco Employee

I don't think so. You would have to open an RDEP connection to the sensor to retrieve an event/alarm. So unless you have a browser that can behave as an RDEP client, and can authenticate to the sensor, I don't believe this is possible.

RDEP uses HTTP. I can, for example, pull a range events from a sensor using a normal browser with the following URL:

https:///cgi-bin/event-server?startTime=0077590400314257&events=evAlert+evError&maxNbrOfEvents=100&alertSeverities=medium&errorSeverities=error&mustHaveAlarmTraits=3,10-15&mustNotHaveAlarmTraits=2

this much is all nicely documented by Cisco in their CIDEE,RDEP, and SDEE specifications. The question though is can I pull a SINGLE known event from a sensor using an event Id?

Review Cisco Networking for a $25 gift card