Actions
Refactor #30707
closedRefactor webhook model
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Description
Webhook needs to be associated with a template and it needs the following fields:
- Name - A unique name for the webhook.
- Event - Foreman Subscription API event name.
- Enabled - If unchecked, the webhook will be inactive.
- HTTP method - The type of HTTP request to send. Options include GET, POST, PUT, PATCH, and DELETE.
- URL - The fuly-qualified URL of the request to be sent. This may specify a destination port number if needed.
- HTTP content type - The value of the request’s Content-Type header.
- Additional headers - Any additional headers to include with the request (optional). If this supports templating (ERB) it is a bonus.
- SSL verification - True (default) to check HTTPS, false skips certification check.
- CA - String (textbox) with CA or concatenated CA chain to check server cert against, similarily we do in Compute Resources.
Updated by Lukas Zapletal over 4 years ago
- Related to Tracker #30290: Foreman webhooks integration story added
Updated by Lukas Zapletal over 4 years ago
- Project changed from Foreman to Webhooks
Updated by Oleh Fedorenko almost 4 years ago
- Status changed from New to Closed
Closing this one as it was resolved within other issues.
Actions