Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 833 Bytes

MonitorSubscribeRetryPolicy.md

File metadata and controls

12 lines (8 loc) · 833 Bytes

MonitorSubscribeRetryPolicy

Properties

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]

[Back to Model list] [Back to API list] [Back to README]