alert-definitions
alert-definitions
JSON Example
{
"pageInfo": {
"totalCount": 0,
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string"
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"alertDefinitions": [
{
"id": "string",
"name": "string",
"description": "string",
"adapterKindKey": "string",
"resourceKindKey": "string",
"waitCycles": 0,
"cancelCycles": 0,
"type": 0,
"subType": 0,
"states": [
{
"severity": "string",
"base-symptom-set": {
"operator": "string",
"symptom-sets": {
"0": "c",
"1": "o",
"2": "m",
"3": "p",
"4": "o",
"5": "s",
"6": "i",
"7": "t",
"8": "e",
"9": "-",
"10": "s",
"11": "y",
"12": "m",
"13": "p",
"14": "t",
"15": "o",
"16": "m",
"17": "-",
"18": "s",
"19": "e",
"20": "t",
"21": " ",
"22": "O",
"23": "b",
"24": "j",
"25": "e",
"26": "c",
"27": "t"
}
},
"impact": {
"impactType": "string",
"detail": "string"
},
"recommendationPriorityMap": {
"recommendationPriorityMap": 0
}
}
],
"forVCDTenants": false
}
]
}