AlertModificationItem Class

Alert modification item.

Inheritance
AlertModificationItem

Constructor

AlertModificationItem(*, modification_event: Optional[Union[str, azure.mgmt.alertsmanagement.models._alerts_management_client_enums.AlertModificationEvent]] = None, old_value: Optional[str] = None, new_value: Optional[str] = None, modified_at: Optional[str] = None, modified_by: Optional[str] = None, comments: Optional[str] = None, description: Optional[str] = None, **kwargs)

Parameters

modification_event
str or AlertModificationEvent
Required

Reason for the modification. Possible values include: "AlertCreated", "StateChange", "MonitorConditionChange", "SeverityChange", "ActionRuleTriggered", "ActionRuleSuppressed", "ActionsTriggered", "ActionsSuppressed", "ActionsFailed".

old_value
str
Required

Old value.

new_value
str
Required

New value.

modified_at
str
Required

Modified date and time.

modified_by
str
Required

Modified user details (Principal client name).

comments
str
Required

Modification comments.

description
str
Required

Description of the modification.