models.alert_resolution module

class models.alert_resolution.AlertResolution(alert_id_list=None, resolution_details=None, tenant_ids=None)[source]

Bases: object

Implementation of the ‘AlertResolution’ model.

Provides Resolution details and the list of Alerts resolved by a Resolution, which are specified by Alert Ids.

Attributes:
alert_id_list (list of string): Specifies list of Alerts resolved by a

Resolution, which are specified by Alert Ids.

resolution_details (AlertResolutionDetails): Specifies information

about the Alert Resolution such as a summary, id assigned by the Cohesity Cluster, user who resolved the Alerts, etc.

tenant_ids (list of string): Specifies unique tenantIds of the alert

contained in this resolution.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.