Sha256: ee9c52775ea805a33224aac770b003fcd6cd8e372be3d7b8c863ab5a193d1411

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

<%#
name: Katello Sync
description: Example payload for actions.katello.repository.sync_succeeded.event.foreman
snippet: false
model: WebhookTemplate
-%>
#
# Example webhook template, @object carries Action instance.
# For more information about available helpers visit /templates_doc
#
# Repository id <%= @object.repository_id %>
# Repository name <%= @object.repository_name %>
# Repository label <%= @object.repository_label %>
# Repository contents_changed <%= @object.contents_changed %>
# Repository sync_result <%= @object.sync_result %>
# Product id <%= @object.product_id %>
# Product name <%= @object.product_name %>
# Product label <%= @object.product_label %>
# Organization id <%= @object.organization_id %>
# Organization name <%= @object.organization_name %>
# Organization label <%= @object.organization_label %>
# Task label <%= @object.task.label %>
# Task started at <%= @object.task.started_at %>
# Task ended at <%= @object.task.ended_at %>
# Task resulted with <%= @object.task.result %>
# Task state <%= @object.task.state %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_webhooks-4.0.1 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-4.0.0 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-3.2.3 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb
foreman_webhooks-3.2.2 app/views/foreman_webhooks/webhook_templates/katello_-_repo_sync.erb