Metrics detailing the delivery of a Notification to an Endpoint. One delivery may be composed of multiple delivery attempts.
Name | Type | Description |
---|---|---|
id | Integer | ID of Unique primary object of this metric record This parameter is non-writable |
target_class | String | The type of thing this Event happened toShow Supported Values |
event_class | String | The kind of thing that happenedShow Supported Values |
endpoint_class | String | Type of Endpoint entityShow Supported Values |
webhook_endpoint_id | Nullable Integer | ID of a Webhook Endpoint. Only set if endpoint_class is webhook. |
delivery_status | String | Status of this Notification. New records will start in the in_flight state; all other values are terminal states indicating either success or how the delivery failed.Show Supported Values |
details_id | Nullable Integer | ID of a DeliveryMetricsDetails object. Only set if details were recorded for this delivery. |
num_attempts | Integer | Total attempts made to deliver this Notification |
total_time_ms | Nullable Integer | Total time (in milliseconds) it took to complete all delivery attempts |
created_utc | Datetime | UTC datetime when is object was created |