SubscriptionResponseModelWebhookStatistics
Provides operational information about calls to the webhook DeliveryUrl.
Presented values relate to webhook calls that inform about new notifications. Validation-type webhook calls are not tracked in these statistics.
Name | Description | Type | Additional Information |
---|---|---|---|
LastCalloutSucceeded |
The time when the webhook DeliveryUrl was last called successfully. |
date |
None. |
LastCalloutFailed |
The time when the webhook DeliveryUrl was last attempted to be called, but failed to respond as expected. |
date |
None. |
LastErrorMessage |
The error condition and additional information for the last failed call to the webhook DeliveryUrl. |
string |
None. |
LastActivationMessage |
The reason why the activation state (suspended/resumed) was last changed. |
string |
None. |
LastActivationMessageChanged |
The time when the activate state was last changed. |
date |
None. |
ConsecutiveFailureCount |
The number of times calls to the webhook DeliveryUrl failed in a row. If too many calls to the webhook DeliveryUrl fail in succession, the webhook callout will be suspended, which can be determined by the Suspended value. If suspended, you can call the Resume webhook API to resume webhook calls for the subscription, after operation of your webhook DeliveryUrl service is restored. |
integer |
None. |