Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookHookParameter

Package version

Hierarchy

  • WebhookHookParameter

Index

Properties

Optional certificateKey

certificateKey: undefined | string

The certificate key/URL, if using client certificate, please read documents for more informations.

Optional certificatePassword

certificatePassword: undefined | string

The certificate password, if using client certificate, please read documents for more informations.

endpoint

endpoint: string

API address, will be called when alert is triggered, only support POST method via SSL

Optional headers

headers: undefined | {}

custom headers in api call

Optional password

password: undefined | string

(Deprecated) The password, if using basic authentication

Optional username

username: undefined | string

(Deprecated) The username, if using basic authentication

Generated using TypeDoc