AlertDefinition
Defines a Problem by associating the Criticality level (Criticality) of Symptom Definitions on related objects in the AlertDefinitionState and also associates to a particular impact (AlertDefinitionImpact)
Properties
The adapter kind key of the Adapter Kind that the Alert Definition applies to
The Name of the Problem Definition
The resource kind key for the Resource Kind that the Alert Definition applies to
An Alert Definition state identifies the severity and impact a problem has when the set of Symptom Definition conditions are true. One Alert Definition state per severity.
The Number of cycles the symptom conditions are false before ending the problem alert
The description of the problem definition
The unique identifier across the system. Must be null during create
The sub type of the problem, for the purposes of routing an alert generated by this problem.
The type of the problem, for the purposes of routing an alert generated by this problem.
The Number of cycles the symptom conditions are true before triggering the problem alert
JSON Example
{
"adapterKindKey": "string",
"name": "string",
"resourceKindKey": "string",
"states": [
{
"impact": {
"detail": "string",
"impactType": "BADGE"
},
"symptoms": {}
}
]
}
Property Of
AlertDefinitions
Parameter To
Update Alert Definition
Create Alert Definition
Returned By
Update Alert Definition
Create Alert Definition
Get Alert Definition By ID