WebhookDelivery
WebhookDelivery is a result of a webhook that was sent. i.e. the Pulumi-side logs for the end-users webhook. It merges both model.WebhookEvent and model.WebhookDelivery.
Properties
idstring requiredThe unique identifier of the delivery.kindstring requiredThe kind of webhook event.payloadstring requiredThe JSON payload that was sent.timestampinteger requiredThe time the delivery was sent, as a Unix epoch timestamp.durationinteger requiredThe duration of the delivery request in milliseconds.requestUrlstring requiredThe URL the webhook was delivered to.requestHeadersstring requiredThe HTTP headers sent with the request.responseCodeinteger requiredThe HTTP response status code.responseHeadersstring requiredThe HTTP response headers.responseBodystring requiredThe HTTP response body.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.