IT-Conductor automatically archives all generated alerts. They are retained for 3 years. Customers have the ability to query the archive and export the alerts to CSV files.
...
Parameter Name | Parameter Value | Required | Comments | ||
---|---|---|---|---|---|
OBJECT_ClassName | Alert | X | |||
OBJECT_CustomerId | <Tenant ID> | X | to find out you Tenant ID - click on the tenant name displayed in the top info-bar | Administrative use Only | |
ALERT.Time | [Oper]<Time> | Time has to be specified in your local format/timezone as displayed in the top info-bar | |||
ALERT.Role | PROD|QA|DEV|TEST | The Role of the system the alert is associated with: Production|Quality Assurance, Development or Test role | |||
ALERT.ContextPath | [Oper]<value> | Alert Path | |||
ALERT.Message | [Oper]<value> | Alert Message | |||
ALERT.Severity | [Oper]<value> | normally the severity values are 6000 for critical and 3000 for warning, specifying value "[GT]3000" will only select Critical alerts |
Where
[Oper] | an optional logical comparison operator (default is EQ), has to be surrounded by square brackets [], allowed values are: |
GT,GE,LT,LE,NE | >,>=,<,<=,!= - applied to strings, numbers and time |
IN | equals to one of the value in the list: '<value1>','<value2>',... the values have to be surrounded by single quotes '. No escaping of ' is supported |
NOT_IN | not IN (see above) |
MATCH | matches RegEx (Regular Expression) |
NOT_MATCH | not MATCH (see above) |
...