RootCauseAnalysisProjection#
- class RootCauseAnalysisProjection(cause=None, resolution=None, detail=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#
Bases:
RootCauseAnalysis
- Parameters:
cause – (
cause
) Possible causes to this alert.resolution – (
resolution
) Possible resolutions to troubleshoot this alert.detail – (
detail
) Additional details to troubleshoot this alert.ext_id – (
ext_id
) A globally unique identifier of an instance that is suitable for external consumption.links – (
links
) A HATEOAS style link for the response. Each link contains a user friendly name identifying the link and an address for retrieving the particular resource.tenant_id – (
tenant_id
) A globally unique identifier that represents the tenant that owns this entity. It is automatically assigned by the system and is immutable from an API consumer perspective (some use cases may cause this Id to change - for instance a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).