Newer Version Available

This content describes an older version of this product. View Latest

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 (RecipeNotificationInputRepresentation)
Property Name Type Description Required or Optional Available Version
long​Running​Alert​In​Mins Integer The number of minutes that a recipe can run before sending an alert. Required 49.0
notification​Level Connect​Email​Notification​Level​Enum Valid types of email notification levels you can set. Valid values are:
  • Always
  • Failures
  • Never
  • Warnings
Required 49.0
PUT Request Body (RecipeNotificationInputRepresentation)
Property Name Type Description Required or Optional Available Version
long​Running​Alert​In​Mins Integer The number of minutes that a recipe can run before sending an alert. Required 49.0
notification​Level Connect​Email​Notification​Level​Enum 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
long​Running​Alert​In​Mins Integer The number of minutes that a recipe can run before sending an alert. Small, 49.0 49.0
notification​Level Connect​Email​Notification​Level​Enum Valid types of email notification levels you can set. Valid values are:
  • Always
  • Failures
  • Never
  • Warnings
Small, 49.0 49.0