ServiceNow

ServiceNow

Scheme: servicenow
Syntax: servicenow:instanceName
Description: Represents a ServiceNow endpoint.
Deprecated:false
ProducerOnly:true
Async:false
Maven: org.apache.camel/camel-servicenow/2.18.0

Represents a ServiceNow endpoint.

Name Kind Group Required Default Type Enum Description
instanceName path producer true java.lang.String The ServiceNow instance name
bridgeErrorHandler parameter consumer boolean Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exceptionHandler parameter consumer (advanced) org.apache.camel.spi.ExceptionHandler To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exchangePattern parameter consumer (advanced) org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the exchange pattern when the consumer creates an exchange.
displayValue parameter producer false java.lang.String false
true
all
Return the display value (true), actual value (false), or both (all) for reference fields (default: false)
excludeReferenceLink parameter producer java.lang.Boolean True to exclude Table API links for reference fields (default: false)
inputDisplayValue parameter producer java.lang.Boolean True to set raw value of input fields (default: false)
models parameter producer java.lang.String Defines the default model to use for a table
resource parameter producer java.lang.String The default resource, can be overridden by header CamelServiceNowResource
suppressAutoSysField parameter producer java.lang.Boolean True to suppress auto generation of system fields (default: false)
table parameter producer java.lang.String The default table, can be overridden by header CamelServiceNowTable
mapper parameter advanced com.fasterxml.jackson.databind.ObjectMapper Sets Jackson's ObjectMapper to use for request/reply
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
apiUrl parameter security java.lang.String The ServiceNow REST API url
oauthClientId parameter security java.lang.String OAuth2 ClientID
oauthClientSecret parameter security java.lang.String OAuth2 ClientSecret
oauthTokenUrl parameter security java.lang.String OAuth token Url
password parameter security true java.lang.String ServiceNow account password, MUST be provided
userName parameter security true java.lang.String ServiceNow user account name, MUST be provided