Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 828 Bytes

WebhookAttempts.md

File metadata and controls

15 lines (12 loc) · 828 Bytes

IO.Swagger.Model.WebhookAttempts

Properties

Name Type Description Notes
ClientError string Kazoo-side error string, if any [optional]
HookId string Id of the hook attempted
Reason string short reason for the failure [optional]
ResponseBody string HTTP response body received, if any [optional]
ResponseCode string HTTP response code received, if any [optional]
Result string Whether the attempt succeeded or not
RetriesLeft int? How many retries were left after this attempt [optional]

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