Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 NameParameter ValueRequiredComments
OBJECT_ClassNameAlertX
OBJECT_CustomerId<Tenant ID>Xto find out you Tenant ID - click on the tenant name displayed in the top info-bar
ALERT.Time[Oper]<Time>
Time has to be specified in your local format/timezone as displayed in the top info-bar
ALERT.ContextPath[Oper]<value>

ALERT.Message[Oper]<value>

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
INequals 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_INnot IN (see above)
MATCHmatches RegEx (Regular Expression) 
NOT_MATCHnot MATCH (see above)


...

Export authorization is required to perform archive query - this authorization is granted to Tenant Administrators role.

Example 

https://service.itconductor.com/objectArchQuery?OBJECT_ClassName=Alert&OBJECT_CustomerId=123456&ALERT.Time=[GT]01/29/2018 00:00:00 AM&ALERT.ContextPath=[MATCH]/PRD&ALERT.Message=[MATCH]Response Time


Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@42be7cf
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "reporting" , "archive" , "alerts" ) and type = "page" and space = "ITCKB"
labelsAlerts Archive Reporting

...