Alert Service Operations
You can use Alert Service operations to manage alerts in the TIBCO LogLogic® appliance.
Overview
You can use Alert Service operations to create, read, update, and delete alerts as well as view all alerts in the TIBCO LogLogic® appliance.
Using the createAlert and updateAlert operations, you can define and update rules to detect unusual traffic on your network or detect appliance system anomalies. Alerts can be configured to generate SNMP events and/or send an email notification when the alert rule is triggered for a specific type of alert.
- Adaptive Baseline
- Cisco PIX/ASA/FWSM Messages
- Message Volume
- Network Policy
- Pre-defined Search Filter
- Ratio Based
- System
- VPN Connections
- VPN Messages
- VPN Statistics
When creating (createAlert) or updating (updateAlert) an alert, you must specify a value for the alertRules request parameter. The alertRules value is used to define alert rules for a specific alert.
Implementation Guidelines
The general implementation guidelines for the Alert Service operations:
- A set of
common request parameters are required for each Alert Service operation.
The createAlert Operation, createAlertRemote Operation, updateAlert Operation, and updateAlertRemote Operation require that you specify common and alert-specific request parameters. Alert-specific request parameters are specified using the alertRules request parameter.
- Alert Rules, defined in the
alertRules request parameter, are specified as a string in the format:
pararmeter1/valueA//parameter2/valueD//pararmeter3/valueE/
For example, a rule for the Network Policy alert is:
FewerThan/100//MoreThan/10//alertFilter/False//policyAction/Accept//srcIPMin/10.1.2.3//srcIPMax/255.255.255.255//srcPortMin/0//srcPortMax/100//destIPMin/10.1.1.123//destIPMax/255.255.255.255//destPortMin/0//destPortMax/100//protocol/all
For specific usage rules, see:
Description of Alert Service Operations
The Alert Service operations are as follows:
- createAlert Operation
- createAlertRemote Operation
- readAlert Operation
- readAlertRemote Operation
- updateAlert Operation
- updateAlertRemote Operation
- deleteAlert Operation
- deleteAlertRemote Operation
- getList Operation
- getListRemote Operation
- alertResponse Type
- getAlertHistory Operation
- acknowledgeAlertHistoryByKey Operation
- removeAlertHistoryByKey Operation
- removeAlertHistory Operation
- alertHistoryResponse Type