Webhook
class resources.webhook.Webhook
Base class: Resource
A REST endpoint which can be accessed by third-party applications to integrate with Cloudomation.
:py:obj:flow_api.webhook.Webhook
Property | Description | Type |
---|---|---|
id | UUID() | |
is_enabled | A flag to control if the webhook can be used. | Boolean() |
flow_id | The ID of the flow to start when the webhook is called. | UUID() |
require_login | A flag to control if the webhook requires a Cloudomation login token. | Boolean() |
key | An optional key. If set, the key must be specified when calling the webhook. | String(length=128) |
is_productive | A flag to control if the started execution runs in productive mode. | Boolean() |
flow_name | String(length=128) | |
url | String(length=1024) | |
size_bytes | BigInteger() | |
roles | Text() |