Name | Type | Description | Notes |
---|---|---|---|
max_retry_number | int | Maximum number of attempts (to be used with retryPolicy set to Bounded). | [optional] |
policy | str | Defines the retry rules following a WebHook notification failure (ie the return code is not HTTP 2XX). 'None' means with a single try, 'Bounded' with a limited number of tries and 'Always' with an infinite number of tries. | |
retry_delay | int | Time to wait (expressed in seconds) befor retrying to push a notification. | [optional] |