HTTPTrigger is the trigger for the HTTP request
Name | Type | Description | Notes |
---|---|---|---|
tls | io.argoproj.events.models.common.TLSConfig | [optional] | |
parameters | List<TriggerParameter> | Parameters is the list of key-value extracted from event's payload that are applied to the HTTP trigger resource. | [optional] |
url | String | URL refers to the URL to send HTTP request to. | |
basicAuth | io.argoproj.events.models.common.BasicAuth | [optional] | |
method | String | Method refers to the type of the HTTP request. Refer https://golang.org/src/net/http/method.go for more info. Default value is POST. | [optional] |
headers | Map<String, String> | Headers for the HTTP request. | [optional] |
secureHeaders | List<io.argoproj.events.models.common.SecureHeader> | Secure Headers stored in Kubernetes Secrets for the HTTP requests. | [optional] |
timeout | Long | Timeout refers to the HTTP request timeout in seconds. Default value is 60 seconds. | [optional] |
payload | List<TriggerParameter> |