Question
· Jul 11, 2017

Alerts via API / Web Services

Does anyone send alerts via API / Web Services to an application such at Tivoli or CA Spectrum?  If so, can you share what commands you send?  e.g. If connection is down or queue depth > 200.   Thanks.

Discussion (1)1
Log in or sign up to continue

I have a customer who uses a cloud based storage for all error/warning messages which happen in Ensemble. I don't remember the name of the service, but it is accessible through a REST service. They have written a simple REST client (Ensemble Business Operation) which uses PUT/POST to send the messages/warnings they capture. The API description should help you connect to such a system. You can use the alerting framework (ens.alert) to capture and forward it to your BO which connects to Tivoli or other system. SNMP might also be an option.