SeverityTrail#

class SeverityTrail(severity=None, severity_change_time=None, *args, **kwargs)[source]#

Bases: object

Contains information on the severity change history for alerts. If an alert was de-duplicated without change in severity, then no trail will be present.

Parameters:
  • severity – (severity)

  • severity_change_time – (severity_change_time) The time in ISO 8601 format when the severity of the alert was changed.

property severity#
Type:

Severity

property severity_change_time#

The time in ISO 8601 format when the severity of the alert was changed.

Type:

datetime

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model