alertsListAlertDefinitionsResponse
alertsListAlertDefinitionsResponse
JSON Example
{
"alertDefInfos": [
{
"lastUpdatedTime": "string",
"alertDef": {
"cancelCount": 0,
"properties": [
"string"
],
"deviceTemplateIds": [
"string"
],
"name": "string",
"lambda": "string",
"triggerCount": 0,
"alertSeverity": "string",
"isRealTime": false,
"metrics": [
"string"
],
"notificationId": "string",
"deviceId": "string",
"recommendation": "string",
"duration": 0,
"alertTemplate": "string",
"deviceTemplateId": "string",
"notificationDefinitionId": "string",
"description": "string"
},
"lastUpdatedBy": "string",
"updateVersion": 0,
"createdBy": "string",
"createdTime": "string",
"alertDefId": "string"
}
],
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
}
}