WebhookHookParameter interface

Properties

certificateKey

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

certificatePassword

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

endpoint

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

headers

custom headers in api call

password

(Deprecated) The password, if using basic authentication

username

(Deprecated) The username, if using basic authentication

Property Details

certificateKey

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

certificateKey?: string

Property Value

string

certificatePassword

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

certificatePassword?: string

Property Value

string

endpoint

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

endpoint: string

Property Value

string

headers

custom headers in api call

headers?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

password

(Deprecated) The password, if using basic authentication

password?: string

Property Value

string

username

(Deprecated) The username, if using basic authentication

username?: string

Property Value

string