blob: e88219c601e4c91034e4e2bfd0ac556d4e49d29f [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.servicenow.CamelServicenowSinkConnector",
"artifactId": "camel-servicenow-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-servicenow-sink",
"type": "sink",
"version": "0.7.0",
"description": "Interact with ServiceNow via its REST API."
},
"properties": {
"camel.sink.path.instanceName": {
"name": "camel.sink.path.instanceName",
"description": "The ServiceNow instance name",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.display": {
"name": "camel.sink.endpoint.display",
"description": "Set this parameter to true to return only scorecards where the indicator Display field is selected. Set this parameter to all to return scorecards with any Display field value. This parameter is true by default. One of: [false] [true] [all]",
"defaultValue": "\"true\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"false",
"true",
"all"
]
},
"camel.sink.endpoint.displayValue": {
"name": "camel.sink.endpoint.displayValue",
"description": "Return the display value (true), actual value (false), or both (all) for reference fields (default: false) One of: [false] [true] [all]",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"false",
"true",
"all"
]
},
"camel.sink.endpoint.excludeReferenceLink": {
"name": "camel.sink.endpoint.excludeReferenceLink",
"description": "True to exclude Table API links for reference fields (default: false)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.favorites": {
"name": "camel.sink.endpoint.favorites",
"description": "Set this parameter to true to return only scorecards that are favorites of the querying user.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.includeAggregates": {
"name": "camel.sink.endpoint.includeAggregates",
"description": "Set this parameter to true to always return all available aggregates for an indicator, including when an aggregate has already been applied. If a value is not specified, this parameter defaults to false and returns no aggregates.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.includeAvailableAggregates": {
"name": "camel.sink.endpoint.includeAvailableAggregates",
"description": "Set this parameter to true to return all available aggregates for an indicator when no aggregate has been applied. If a value is not specified, this parameter defaults to false and returns no aggregates.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.includeAvailableBreakdowns": {
"name": "camel.sink.endpoint.includeAvailableBreakdowns",
"description": "Set this parameter to true to return all available breakdowns for an indicator. If a value is not specified, this parameter defaults to false and returns no breakdowns.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.includeScoreNotes": {
"name": "camel.sink.endpoint.includeScoreNotes",
"description": "Set this parameter to true to return all notes associated with the score. The note element contains the note text as well as the author and timestamp when the note was added.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.includeScores": {
"name": "camel.sink.endpoint.includeScores",
"description": "Set this parameter to true to return all scores for a scorecard. If a value is not specified, this parameter defaults to false and returns only the most recent score value.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.inputDisplayValue": {
"name": "camel.sink.endpoint.inputDisplayValue",
"description": "True to set raw value of input fields (default: false)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.key": {
"name": "camel.sink.endpoint.key",
"description": "Set this parameter to true to return only scorecards for key indicators.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.models": {
"name": "camel.sink.endpoint.models",
"description": "Defines both request and response models",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.perPage": {
"name": "camel.sink.endpoint.perPage",
"description": "Enter the maximum number of scorecards each query can return. By default this value is 10, and the maximum is 100.",
"defaultValue": "\"10\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.release": {
"name": "camel.sink.endpoint.release",
"description": "The ServiceNow release to target, default to Helsinki See https:\/\/docs.servicenow.com One of: [FUJI] [GENEVA] [HELSINKI]",
"defaultValue": "\"HELSINKI\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"FUJI",
"GENEVA",
"HELSINKI"
]
},
"camel.sink.endpoint.requestModels": {
"name": "camel.sink.endpoint.requestModels",
"description": "Defines the request model",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resource": {
"name": "camel.sink.endpoint.resource",
"description": "The default resource, can be overridden by header CamelServiceNowResource",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.responseModels": {
"name": "camel.sink.endpoint.responseModels",
"description": "Defines the response model",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sortBy": {
"name": "camel.sink.endpoint.sortBy",
"description": "Specify the value to use when sorting results. By default, queries sort records by value. One of: [value] [change] [changeperc] [gap] [gapperc] [duedate] [name] [order] [default] [group] [indicator_group] [frequency] [target] [date] [trend] [bullet] [direction]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"value",
"change",
"changeperc",
"gap",
"gapperc",
"duedate",
"name",
"order",
"default",
"group",
"indicator_group",
"frequency",
"target",
"date",
"trend",
"bullet",
"direction"
]
},
"camel.sink.endpoint.sortDir": {
"name": "camel.sink.endpoint.sortDir",
"description": "Specify the sort direction, ascending or descending. By default, queries sort records in descending order. Use sysparm_sortdir=asc to sort in ascending order. One of: [asc] [desc]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"asc",
"desc"
]
},
"camel.sink.endpoint.suppressAutoSysField": {
"name": "camel.sink.endpoint.suppressAutoSysField",
"description": "True to suppress auto generation of system fields (default: false)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.suppressPaginationHeader": {
"name": "camel.sink.endpoint.suppressPaginationHeader",
"description": "Set this value to true to remove the Link header from the response. The Link header allows you to request additional pages of data when the number of records matching your query exceeds the query limit",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.table": {
"name": "camel.sink.endpoint.table",
"description": "The default table, can be overridden by header CamelServiceNowTable",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.target": {
"name": "camel.sink.endpoint.target",
"description": "Set this parameter to true to return only scorecards that have a target.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.topLevelOnly": {
"name": "camel.sink.endpoint.topLevelOnly",
"description": "Gets only those categories whose parent is a catalog.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.apiVersion": {
"name": "camel.sink.endpoint.apiVersion",
"description": "The ServiceNow REST API version, default latest",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.dateFormat": {
"name": "camel.sink.endpoint.dateFormat",
"description": "The date format used for Json serialization\/deserialization",
"defaultValue": "\"yyyy-MM-dd\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.dateTimeFormat": {
"name": "camel.sink.endpoint.dateTimeFormat",
"description": "The date-time format used for Json serialization\/deserialization",
"defaultValue": "\"yyyy-MM-dd HH:mm:ss\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpClientPolicy": {
"name": "camel.sink.endpoint.httpClientPolicy",
"description": "To configure http-client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.mapper": {
"name": "camel.sink.endpoint.mapper",
"description": "Sets Jackson's ObjectMapper to use for request\/reply",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyAuthorizationPolicy": {
"name": "camel.sink.endpoint.proxyAuthorizationPolicy",
"description": "To configure proxy authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.retrieveTargetRecordOnImport": {
"name": "camel.sink.endpoint.retrieveTargetRecordOnImport",
"description": "Set this parameter to true to retrieve the target record when using import set api. The import set result is then replaced by the target record",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.timeFormat": {
"name": "camel.sink.endpoint.timeFormat",
"description": "The time format used for Json serialization\/deserialization",
"defaultValue": "\"HH:mm:ss\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "The proxy host name",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "The proxy port number",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.apiUrl": {
"name": "camel.sink.endpoint.apiUrl",
"description": "The ServiceNow REST API url",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.oauthClientId": {
"name": "camel.sink.endpoint.oauthClientId",
"description": "OAuth2 ClientID",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.oauthClientSecret": {
"name": "camel.sink.endpoint.oauthClientSecret",
"description": "OAuth2 ClientSecret",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.oauthTokenUrl": {
"name": "camel.sink.endpoint.oauthTokenUrl",
"description": "OAuth token Url",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.password": {
"name": "camel.sink.endpoint.password",
"description": "ServiceNow account password, MUST be provided",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.proxyPassword": {
"name": "camel.sink.endpoint.proxyPassword",
"description": "Password for proxy authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyUserName": {
"name": "camel.sink.endpoint.proxyUserName",
"description": "Username for proxy authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "To configure security using SSLContextParameters. See http:\/\/camel.apache.org\/camel-configuration-utilities.html",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.userName": {
"name": "camel.sink.endpoint.userName",
"description": "ServiceNow user account name, MUST be provided",
"priority": "HIGH",
"required": "true"
},
"camel.component.servicenow.configuration": {
"name": "camel.component.servicenow.configuration",
"description": "Component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.display": {
"name": "camel.component.servicenow.display",
"description": "Set this parameter to true to return only scorecards where the indicator Display field is selected. Set this parameter to all to return scorecards with any Display field value. This parameter is true by default. One of: [false] [true] [all]",
"defaultValue": "\"true\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"false",
"true",
"all"
]
},
"camel.component.servicenow.displayValue": {
"name": "camel.component.servicenow.displayValue",
"description": "Return the display value (true), actual value (false), or both (all) for reference fields (default: false) One of: [false] [true] [all]",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"false",
"true",
"all"
]
},
"camel.component.servicenow.excludeReferenceLink": {
"name": "camel.component.servicenow.excludeReferenceLink",
"description": "True to exclude Table API links for reference fields (default: false)",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.favorites": {
"name": "camel.component.servicenow.favorites",
"description": "Set this parameter to true to return only scorecards that are favorites of the querying user.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.includeAggregates": {
"name": "camel.component.servicenow.includeAggregates",
"description": "Set this parameter to true to always return all available aggregates for an indicator, including when an aggregate has already been applied. If a value is not specified, this parameter defaults to false and returns no aggregates.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.includeAvailableAggregates": {
"name": "camel.component.servicenow.includeAvailableAggregates",
"description": "Set this parameter to true to return all available aggregates for an indicator when no aggregate has been applied. If a value is not specified, this parameter defaults to false and returns no aggregates.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.includeAvailableBreakdowns": {
"name": "camel.component.servicenow.includeAvailableBreakdowns",
"description": "Set this parameter to true to return all available breakdowns for an indicator. If a value is not specified, this parameter defaults to false and returns no breakdowns.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.includeScoreNotes": {
"name": "camel.component.servicenow.includeScoreNotes",
"description": "Set this parameter to true to return all notes associated with the score. The note element contains the note text as well as the author and timestamp when the note was added.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.includeScores": {
"name": "camel.component.servicenow.includeScores",
"description": "Set this parameter to true to return all scores for a scorecard. If a value is not specified, this parameter defaults to false and returns only the most recent score value.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.inputDisplayValue": {
"name": "camel.component.servicenow.inputDisplayValue",
"description": "True to set raw value of input fields (default: false)",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.key": {
"name": "camel.component.servicenow.key",
"description": "Set this parameter to true to return only scorecards for key indicators.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.lazyStartProducer": {
"name": "camel.component.servicenow.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.models": {
"name": "camel.component.servicenow.models",
"description": "Defines both request and response models",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.perPage": {
"name": "camel.component.servicenow.perPage",
"description": "Enter the maximum number of scorecards each query can return. By default this value is 10, and the maximum is 100.",
"defaultValue": "\"10\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.release": {
"name": "camel.component.servicenow.release",
"description": "The ServiceNow release to target, default to Helsinki See https:\/\/docs.servicenow.com One of: [FUJI] [GENEVA] [HELSINKI]",
"defaultValue": "\"HELSINKI\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"FUJI",
"GENEVA",
"HELSINKI"
]
},
"camel.component.servicenow.requestModels": {
"name": "camel.component.servicenow.requestModels",
"description": "Defines the request model",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.resource": {
"name": "camel.component.servicenow.resource",
"description": "The default resource, can be overridden by header CamelServiceNowResource",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.responseModels": {
"name": "camel.component.servicenow.responseModels",
"description": "Defines the response model",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.sortBy": {
"name": "camel.component.servicenow.sortBy",
"description": "Specify the value to use when sorting results. By default, queries sort records by value. One of: [value] [change] [changeperc] [gap] [gapperc] [duedate] [name] [order] [default] [group] [indicator_group] [frequency] [target] [date] [trend] [bullet] [direction]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"value",
"change",
"changeperc",
"gap",
"gapperc",
"duedate",
"name",
"order",
"default",
"group",
"indicator_group",
"frequency",
"target",
"date",
"trend",
"bullet",
"direction"
]
},
"camel.component.servicenow.sortDir": {
"name": "camel.component.servicenow.sortDir",
"description": "Specify the sort direction, ascending or descending. By default, queries sort records in descending order. Use sysparm_sortdir=asc to sort in ascending order. One of: [asc] [desc]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"asc",
"desc"
]
},
"camel.component.servicenow.suppressAutoSysField": {
"name": "camel.component.servicenow.suppressAutoSysField",
"description": "True to suppress auto generation of system fields (default: false)",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.suppressPaginationHeader": {
"name": "camel.component.servicenow.suppressPaginationHeader",
"description": "Set this value to true to remove the Link header from the response. The Link header allows you to request additional pages of data when the number of records matching your query exceeds the query limit",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.table": {
"name": "camel.component.servicenow.table",
"description": "The default table, can be overridden by header CamelServiceNowTable",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.target": {
"name": "camel.component.servicenow.target",
"description": "Set this parameter to true to return only scorecards that have a target.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.topLevelOnly": {
"name": "camel.component.servicenow.topLevelOnly",
"description": "Gets only those categories whose parent is a catalog.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.apiVersion": {
"name": "camel.component.servicenow.apiVersion",
"description": "The ServiceNow REST API version, default latest",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.autowiredEnabled": {
"name": "camel.component.servicenow.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.dateFormat": {
"name": "camel.component.servicenow.dateFormat",
"description": "The date format used for Json serialization\/deserialization",
"defaultValue": "\"yyyy-MM-dd\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.dateTimeFormat": {
"name": "camel.component.servicenow.dateTimeFormat",
"description": "The date-time format used for Json serialization\/deserialization",
"defaultValue": "\"yyyy-MM-dd HH:mm:ss\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.httpClientPolicy": {
"name": "camel.component.servicenow.httpClientPolicy",
"description": "To configure http-client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.instanceName": {
"name": "camel.component.servicenow.instanceName",
"description": "The ServiceNow instance name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.mapper": {
"name": "camel.component.servicenow.mapper",
"description": "Sets Jackson's ObjectMapper to use for request\/reply",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.proxyAuthorizationPolicy": {
"name": "camel.component.servicenow.proxyAuthorizationPolicy",
"description": "To configure proxy authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.retrieveTargetRecordOnImport": {
"name": "camel.component.servicenow.retrieveTargetRecordOnImport",
"description": "Set this parameter to true to retrieve the target record when using import set api. The import set result is then replaced by the target record",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.timeFormat": {
"name": "camel.component.servicenow.timeFormat",
"description": "The time format used for Json serialization\/deserialization",
"defaultValue": "\"HH:mm:ss\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.proxyHost": {
"name": "camel.component.servicenow.proxyHost",
"description": "The proxy host name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.proxyPort": {
"name": "camel.component.servicenow.proxyPort",
"description": "The proxy port number",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.apiUrl": {
"name": "camel.component.servicenow.apiUrl",
"description": "The ServiceNow REST API url",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.oauthClientId": {
"name": "camel.component.servicenow.oauthClientId",
"description": "OAuth2 ClientID",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.oauthClientSecret": {
"name": "camel.component.servicenow.oauthClientSecret",
"description": "OAuth2 ClientSecret",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.oauthTokenUrl": {
"name": "camel.component.servicenow.oauthTokenUrl",
"description": "OAuth token Url",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.password": {
"name": "camel.component.servicenow.password",
"description": "ServiceNow account password, MUST be provided",
"priority": "HIGH",
"required": "true"
},
"camel.component.servicenow.proxyPassword": {
"name": "camel.component.servicenow.proxyPassword",
"description": "Password for proxy authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.proxyUserName": {
"name": "camel.component.servicenow.proxyUserName",
"description": "Username for proxy authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.sslContextParameters": {
"name": "camel.component.servicenow.sslContextParameters",
"description": "To configure security using SSLContextParameters. See http:\/\/camel.apache.org\/camel-configuration-utilities.html",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.useGlobalSslContextParameters": {
"name": "camel.component.servicenow.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.servicenow.userName": {
"name": "camel.component.servicenow.userName",
"description": "ServiceNow user account name, MUST be provided",
"priority": "HIGH",
"required": "true"
}
}
}