NotificationConditionRequest Data Type

Properties
name data type constraints description
conditionType NotificationConditionType required
conditionName NotificationConditionName required
taskType TaskType  
maxAttempts number required, min: 0
maxDays number required, min: 0

Example

{
  "conditionType" : "TASK_RELATED",
  "conditionName" : "QUOTA_HARD_LIMIT_EXCEEDED",
  "taskType" : "SNAPSHOT_REVERSION",
  "maxAttempts" : 12345,
  "maxDays" : 12345
}