HttpProcessorExecutionConfigStructure
Version #1
Description:
Common config for http processors.
Fields:
body
: String [Optional]- Default: null, so the processor input will be sent as a json. (Equivalent to
{{body}}
with a placeholder{{body}}
->````)Description: Body to be sent. You may use placeholders.
connectTimeout
: Integer [Optional]- Default: 30 secondsDescription: Defines the connect timeout in milliseconds for the connection.
headers
: Array< HttpHeaderStructure:v1 > [Optional]- Default: Empty arrayDescription: Additional headers to send.
placeholders
: Array< DynamicPlaceholderStructure:v1 > [Optional]- Default: Empty arrayDescription: Placeholders to use for value evaluation. (headers, url and maybe other values)
socketTimeout
: Integer [Optional]- Default: 5 minutesDescription: Defines the socket timeout in milliseconds for the connection.
url
: String [Required]- Description: Defines the url which should be called. Only http and https protocols are supported.