OptionalcheckOptional ReadonlycreatedThe UTC timestamp when the webhook was created.
Optional ReadonlycreatedThe id of the user that created the webhook.
OptionaldescriptionThe reason for creating the webhook.
Optional ReadonlydisabledThe reason for the webhook to be disabled.
Optional ReadonlydisabledThe unique code for the reason.
OptionalenableIf enabled the webhook will be sent as a CloudEvent, once enabled for a webhook it cannot be disabled.
OptionalenabledWhether the webhook is active and sending requests.
OptionalencryptedThese headers are persisted encrypted and decrypted to be sent as normal headers in post request (webhook delivery), in case of URL change these headers will need to be re-entered. Note: duplicate headers are not allowed and are case-insensitive.
OptionaleventTypes of events for which the webhook should trigger. Retrieve available types from /v1/webhooks/event-types.
OptionalfilterFilter that should match for a webhook to be triggered. Supported common attribute names are 'id', 'spaceId' and 'topLevelResourceId', beside the common attributes the "com.qlik.v1.app.reload.finished" event also supports "data.status" that could be either "ok" or "error" but can't be used together with other event types. Supported attribute operators are 'eq' and 'ne'. Supported logical operators are 'and' and 'or'. Note that attribute values must be valid JSON strings, hence they're enclosed with double quotes. For more detailed information regarding the SCIM filter syntax (RFC7644) used please follow the link to external documentation.
OptionalheadersAdditional headers in the post request (webhook delivery). Note: duplicate headers are not allowed and are case-insensitive.
Optional ReadonlyidThe webhook's unique identifier.
OptionallevelDefines at what level the webhook should operate: for all resources belonging to a tenant or restricted to only those accessible by the webhook-creator.
The name for the webhook.
OptionalownerThe id of the user that owns the webhook, only applicable for user level webhooks.
OptionalsecretString used as secret for calculating HMAC hash sent as header.
Optional ReadonlyupdatedThe UTC timestamp when the webhook was last updated.
Optional ReadonlyupdatedThe id of the user that last updated the webhook.
Target URL for webhook HTTPS requests.
If enabled the certificate chain of the configured URL will be checked for revocation before sending the webhook.