Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 2.39 KB

AlertDefinitionDto.md

File metadata and controls

61 lines (52 loc) · 2.39 KB

AlertDefinitionDto

Properties

Name Type Description Notes
alertAllChildren Boolean [optional]
alertStakeholders Boolean [optional]
alertTriggers List<AlertTriggerDto>
createdBy String [optional]
creationDate OffsetDateTime [optional]
customMessage String Required field for Scheduled alerts, Optional for other types
description String [optional]
enabled Boolean [optional]
endDate OffsetDateTime [optional]
id Long [optional]
monitorAllApps Boolean [optional]
monitoredEntityName String [optional]
monitoredEntityType MonitoredEntityTypeEnum
monitoredInstanceId Long [optional]
monitorsProjectVersions Boolean [optional]
monitorsRuntimeApp Boolean [optional]
name String
projectVersionIds List<Long> [optional]
recipientType RecipientTypeEnum
remindPeriodically Boolean [optional]
reminderPeriod Integer [optional]
startAtDueDate Boolean [optional]
startDate OffsetDateTime [optional]
triggerDescription String [optional]
triggerDescriptionName String [optional]
triggerDescriptionOperation String [optional]
triggerDescriptionValue String [optional]
userCanModify Boolean [optional]

Enum: MonitoredEntityTypeEnum

Name Value
RT_INSTANCE "RT_INSTANCE"
REQ_INSTANCE "REQ_INSTANCE"
ACTIVITY_INSTANCE "ACTIVITY_INSTANCE"
MEASUREMENT_AGENT "MEASUREMENT_AGENT"
VARIABLE "VARIABLE"
RUNTIME_ALERT "RUNTIME_ALERT"
EVENT "EVENT"
SCHEDULED_ALERT "SCHEDULED_ALERT"

Enum: RecipientTypeEnum

Name Value
ME_ONLY "ME_ONLY"
PROCESS_ENTITY_STAKEHOLDERS "PROCESS_ENTITY_STAKEHOLDERS"
ALL_USERS "ALL_USERS"
ALL_SYSTEM_USERS "ALL_SYSTEM_USERS"