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

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model