alert-definition
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)
{
"id": "string",
"name": "string",
"description": "string",
"adapterKindKey": "string",
"resourceKindKey": "string",
"waitCycles": 0,
"cancelCycles": 0,
"type": 0,
"subType": 0,
"states": [
{
"severity": "string",
"base-symptom-set": {},
"impact": {
"impactType": "string",
"detail": "string"
},
"recommendationPriorityMap": {
"recommendationPriorityMap": 0
}
}
],
"forVCDTenants": false
}
The unique identifier across the system. Must be null during create
The Name of the Problem Definition
The description of the problem definition
The adapter kind key of the Adapter Kind that the Alert Definition applies to
The resource kind key for the Resource Kind that the Alert Definition applies to
The Number of cycles the symptom conditions are true before triggering the problem alert
The Number of cycles the symptom conditions are false before ending the problem alert
The type of the problem, for the purposes of routing an alert generated
by this problem.
The sub type of the problem, for the purposes of routing an alert
generated by this problem.
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.
Is alert definition for tenants or not