Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookHookParameter

Package version

Hierarchy

  • WebhookHookParameter

Index

Properties

Optional certificateKey

certificateKey: undefined | string

client certificate

Optional certificatePassword

certificatePassword: undefined | string

client certificate password

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

basic authentication

Optional username

username: undefined | string

basic authentication

Generated using TypeDoc