Files
psa_car_controller/docs/MonitorSubscribeRetryPolicy.md
T
2020-11-15 12:20:10 +01:00

13 lines
824 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)