An action is used to react when an object satifies the condition specified in alert query. For e.g. an action in case of an object matching a fieldNotice query would be to create an alert instance of type 'fieldNotice' for the affected object.
Name | Type | Description | Notes |
---|---|---|---|
affected_object_type | str | Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove). | [optional] |
alert_type | str | Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.). | [optional] [default to 'psirt'] |
identifiers | list[TamIdentifiers] | [optional] | |
name | str | Uniquely identifies a given action among the set of actions corresponding to an advisory. Primarily used to store and compare results of subsequent iterations corresponding to the action queries. | [optional] |
operation_type | str | Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied. | [optional] [default to 'create'] |
queries | list[TamQueryEntry] | [optional] | |
type | str | Type of Intersight alert. An alert in Intersight could be one of several kinds (FieldNotice, PSIRT etc.). Primarily used for filtering alerts based on the type. | [optional] [default to 'restApi'] |