Newer Version Available
Recipe Notification Resource
Returns a Data Prep recipe job notification, creates, or updates a Data Prep recipe job
notification.
- Resource URL
-
1/wave/recipes/<id>/notification - Formats
- JSON
- Available Version
- 49.0
- HTTP Methods
- GET PUT
- GET Response Body (RecipeNotificationRepresentation)
-
Property Name Type Description Filter Group and Version Available Version longRunningAlertInMins Integer The number of minutes that a recipe can run before sending an alert. Small, 49.0 49.0 notificationLevel ConnectEmailNotificationLevelEnum Valid types of email notification levels you can set. Valid values are: - Always
- Failures
- Never
- Warnings
Small, 49.0 49.0 - PUT Request Body (RecipeNotificationInputRepresentation)
-
Property Name Type Description Required or Optional Available Version longRunningAlertInMins Integer The number of minutes that a recipe can run before sending an alert. Optional 49.0 notificationLevel ConnectEmailNotificationLevelEnum Valid types of email notification levels you can set. Valid values are: - Always
- Failures
- Never
- Warnings
Required 49.0 The following JSON shows how to update an existing recipe notification.
1{ 2 "longRunningAlertInMins" : 60, 3 "notificationLevel": "Warnings" 4} - PUT Response Body (RecipeNotificationRepresentation)
-
Property Name Type Description Filter Group and Version Available Version longRunningAlertInMins Integer The number of minutes that a recipe can run before sending an alert. Small, 49.0 49.0 notificationLevel ConnectEmailNotificationLevelEnum Valid types of email notification levels you can set. Valid values are: - Always
- Failures
- Never
- Warnings
Small, 49.0 49.0