RootCauseAnalysis#

class RootCauseAnalysis(cause=None, resolution=None, detail=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#

Bases: ExternalizableAbstractModel

Parameters:
  • cause – (cause) Possible causes to this alert.

  • resolution – (resolution) Possible resolutions to troubleshoot this alert.

  • detail – (detail) Additional details to troubleshoot this alert.

property cause#

Possible causes to this alert.

Type:

str

property detail#

Additional details to troubleshoot this alert.

Type:

str

property resolution#

Possible resolutions to troubleshoot this alert.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model