CauseAndResolution#
- class CauseAndResolution(cause=None, resolution=None, *args, **kwargs)[source]#
Bases:
object
Possible causes, resolutions and additional details to troubleshoot this alert.
- Parameters:
cause – (
cause
) Possible cause for the generated alert/event.resolution – (
resolution
) Possible resolution for the generated alert/event.
- property cause#
Possible cause for the generated alert/event.
- Type:
str
- property resolution#
Possible resolution for the generated alert/event.
- Type:
str