GitHub · Schema
hook-delivery
Delivery made by a webhook.
CodePipelinesPlatformSoftware DevelopmentSource ControlT1
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the delivery. |
| guid | string | Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event). |
| delivered_at | string | Time when the delivery was delivered. |
| redelivery | boolean | Whether the delivery is a redelivery. |
| duration | number | Time spent delivering. |
| status | string | Description of the status of the attempted delivery |
| status_code | integer | Status code received when delivery was made. |
| event | string | The event that triggered the delivery. |
| action | string | The type of activity for the event that triggered the delivery. |
| installation_id | integer | The id of the GitHub App installation associated with this event. |
| repository_id | integer | The id of the repository associated with this event. |
| url | string | The URL target of the delivery. |
| request | object | |
| response | object |