models.alert_resolution_details module

class models.alert_resolution_details.AlertResolutionDetails(resolution_details=None, resolution_id=None, resolution_summary=None, timestamp_usecs=None, user_name=None)[source]

Bases: object

Implementation of the ‘AlertResolutionDetails’ model.

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

Attributes:
resolution_details (string): Specifies detailed notes about the

Resolution.

resolution_id (long|int): Specifies Unique id assigned by the Cohesity

Cluster for this Resolution.

resolution_summary (string): Specifies short description about the

Resolution.

timestamp_usecs (long|int): Specifies unix epoch timestamp (in

microseconds) when the Alerts were resolved.

user_name (string): Specifies name of the Cohesity Cluster user who

resolved the Alerts.

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.