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
Available Components
HTTP Methods
GET PUT
Response body for GET and PUT
Recipe Notification
Request body for PUT
Recipe Notification Input

The following JSON shows how to update an existing recipe notification.

1{
2  "longRunningAlertInMins" : 60,
3  "notificationLevel": "Warnings"
4}