webhook.XmlWebhook

Description unavailable

Type hierarchy: webhook.XmlWebhook > webhook.WebHook > xlrelease.PythonScript > xlrelease.BasePythonScript > udm.BaseConfigurationItem
Label: Webhook: Xml Webhook

Properties

Property Kind Description
customScriptTask xlrelease.CustomScriptTask (parent) Custom Script Task
URL String HTTP address to invoke
method String HTTP method to use : GET, PUT, POST, DELETE, PATCH
body String HTTP request body
username String HTTP Basic authentication username
password Password HTTP Basic authentication password
proxyHost String HTTP proxy host
proxyPort String HTTP proxy port
proxyUsername String HTTP proxy username
proxyPassword Password HTTP proxy password
result String Result of the first expression
result2 String Result of the second expression
result3 String Result of the third expression
xPathExpression String XPath expression to select the first value
xPathExpression2 String XPath expression to select the second value
xPathExpression3 String XPath expression to select the third value

customScriptTask

Custom Script Task

URL

HTTP address to invoke

method

HTTP method to use : GET, PUT, POST, DELETE, PATCH

body

HTTP request body

username

HTTP Basic authentication username

password

HTTP Basic authentication password

proxyHost

HTTP proxy host

proxyPort

HTTP proxy port

proxyUsername

HTTP proxy username

proxyPassword

HTTP proxy password

result

Result of the first expression

result2

Result of the second expression

result3

Result of the third expression

xPathExpression

XPath expression to select the first value

xPathExpression2

XPath expression to select the second value

xPathExpression3

XPath expression to select the third value

Hidden properties

Property Kind Description
configurationUri String URI of the HTML file to render the task for custom script tasks
maxOutputPropertySize Integer Maximum size of output property values of type string. Default value is 32768
iconLocation String Icon Location
iconClass String Icon Class
taskColor String Task Color
preconditionEnabled Boolean Indicates whether preconditions should be enabled
failureHandlerEnabled Boolean Indicates whether failure handler should be enabled
scriptLocation String Script Location
outputVarHelpText String Output Var Help Text

configurationUri

URI of the HTML file to render the task for custom script tasks

maxOutputPropertySize

Maximum size of output property values of type string. Default value is 32768

iconLocation

Icon Location

iconClass

Icon Class

taskColor

Task Color

preconditionEnabled

Indicates whether preconditions should be enabled

failureHandlerEnabled

Indicates whether failure handler should be enabled

scriptLocation

Script Location

outputVarHelpText

Output Var Help Text