299.3. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 57 個のオプションをサポートします。

名前説明デフォルトタイプ

camel.component.servicenow.api-url

ServiceNow REST API URL

 

String

camel.component.servicenow.configuration.api-url

ServiceNow REST API URL

 

String

camel.component.servicenow.configuration.api-version

ServiceNow REST API バージョン、デフォルトは最新

 

String

camel.component.servicenow.configuration.date-format

Json シリアライゼーション/デシリアライゼーションに使用される日付形式

yyyy-MM-dd

String

camel.component.servicenow.configuration.date-time-format

Json シリアライゼーション/デシリアライゼーションに使用される日時形式

yyyy-MM-dd HH:mm:ss

String

camel.component.servicenow.configuration.display

このパラメーターを true に設定すると、インジケーターの 表示 フィールドが選択されているスコアカードのみが返されます。このパラメーターを all に設定すると、任意の表示フィールド値を持つスコアカードが返されます。このパラメーターはデフォルトで true です。

true

String

camel.component.servicenow.configuration.display-value

参照フィールドの表示値 (true)、実際の値 (false)、またはその両方 (すべて) を返します (デフォルト: false)

false

String

camel.component.servicenow.configuration.exclude-reference-link

参照フィールドのテーブル API リンクを除外する場合は True (デフォルト: false)

 

Boolean

camel.component.servicenow.configuration.favorites

このパラメーターを true に設定すると、クエリーを実行しているユーザーのお気に入りのスコアカードのみが返されます。

 

Boolean

camel.component.servicenow.configuration.http-client-policy

http クライアントを設定するには

 

HTTPClientPolicy

camel.component.servicenow.configuration.include-aggregates

このパラメーターを true に設定すると、集計がすでに適用されている場合を含め、インジケーターで使用可能なすべての集計が常に返されます。値が指定されていない場合、このパラメーターはデフォルトで false になり、集計は返されません。

 

Boolean

camel.component.servicenow.configuration.include-available-aggregates

このパラメーターを true に設定すると、集計が適用されていない場合に、インジケーターに使用可能なすべての集計が返されます。値が指定されていない場合、このパラメーターはデフォルトで false になり、集計は返されません。

 

Boolean

camel.component.servicenow.configuration.include-available-breakdowns

このパラメーターを true に設定すると、インジケーターで利用可能なすべての内訳が返されます。値が指定されていない場合、このパラメーターはデフォルトで false になり、ブレークダウンは返されません。

 

Boolean

camel.component.servicenow.configuration.include-score-notes

スコアに関連付けられたすべての音符を返すには、このパラメーターを true に設定します。note 要素には、メモテキストのほか、メモが追加されたときの作成者とタイムスタンプが含まれます。

 

Boolean

camel.component.servicenow.configuration.include-scores

スコアカードのすべてのスコアを返すには、このパラメーターを true に設定します。値が指定されていない場合、このパラメーターはデフォルトで false に設定され、最新のスコア値のみが返されます。

 

Boolean

camel.component.servicenow.configuration.input-display-value

入力フィールドの生の値を設定する場合は True (デフォルト: false)

 

Boolean

camel.component.servicenow.configuration.key

キーインジケーターのスコアカードのみを返すには、このパラメーターを true に設定します。

 

Boolean

camel.component.servicenow.configuration.mapper

リクエスト/レスポンスに使用する Jackson の ObjectMapper を設定します

 

ObjectMapper

camel.component.servicenow.configuration.models

リクエストモデルとレスポンスモデルの両方を定義する

 

Map

camel.component.servicenow.configuration.oauth-client-id

OAuth2 ClientID

 

String

camel.component.servicenow.configuration.oauth-client-secret

OAuth2 ClientSecret

 

String

camel.component.servicenow.configuration.oauth-token-url

OAuth トークンの URL

 

String

camel.component.servicenow.configuration.password

ServiceNow アカウントのパスワードを指定する必要があります。

 

String

camel.component.servicenow.configuration.per-page

各クエリーが返すことができるスコアカードの最大数を入力します。デフォルトでは、この値は 10 で、最大値は 100 です。

10

Integer

camel.component.servicenow.configuration.proxy-authorization-policy

プロキシー認証を設定するには

 

ProxyAuthorization ポリシー

camel.component.servicenow.configuration.proxy-host

プロキシーホスト名

 

String

camel.component.servicenow.configuration.proxy-password

プロキシー認証のパスワード

 

String

camel.component.servicenow.configuration.proxy-port

プロキシーポート番号

 

Integer

camel.component.servicenow.configuration.proxy-user-name

プロキシー認証用のユーザー名

 

String

camel.component.servicenow.configuration.release

ターゲットとする ServiceNow リリース、デフォルトは Helsinki https://docs.servicenow.com を参照

 

ServiceNowRelease

camel.component.servicenow.configuration.request-models

リクエストモデルを定義します

 

Map

camel.component.servicenow.configuration.resource

デフォルトのリソースは、ヘッダー CamelServiceNowResource でオーバーライドできます

 

String

camel.component.servicenow.configuration.response-models

レスポンスモデルを定義します

 

Map

camel.component.servicenow.configuration.retrieve-target-record-on-import

インポートセット API を使用する場合に対象レコードを取得するには、このパラメーターを true に設定します。インポートセットの結果は、ターゲットレコードに置き換えられます。

false

Boolean

camel.component.servicenow.configuration.sort-by

結果を並べ替えるときに使用する値を指定します。デフォルトでは、クエリーはレコードを値で並べ替えます。

 

String

camel.component.servicenow.configuration.sort-dir

昇順または降順のソート方向を指定します。デフォルトでは、クエリーはレコードを降順で並べ替えます。昇順でソートするには、sysparm_sortdir=asc を使用します。

 

String

camel.component.servicenow.configuration.ssl-context-parameters

SSLContextParameters を使用してセキュリティーを設定する場合。See http://camel.apache.org/camel-configuration-utilities.html

 

SSLContextParameters

camel.component.servicenow.configuration.suppress-auto-sys-field

システムフィールドの自動生成を抑制する場合は True (デフォルト: false)

 

Boolean

camel.component.servicenow.configuration.suppress-pagination-header

レスポンスから Link ヘッダーを削除するには、この値を true に設定します。Link ヘッダーを使用すると、クエリーに一致するレコードの数がクエリーの制限を超えた場合に、データの追加ページをリクエストできます

 

Boolean

camel.component.servicenow.configuration.table

デフォルトのテーブルは、ヘッダー CamelServiceNowTable でオーバーライドできます

 

String

camel.component.servicenow.configuration.target

ターゲットを持つスコアカードのみを返すには、このパラメーターを true に設定します。

 

Boolean

camel.component.servicenow.configuration.time-format

Json シリアル化/逆シリアル化に使用される時刻形式

HH:mm:ss

String

camel.component.servicenow.configuration.top-level-only

親がカタログであるカテゴリーのみを取得します。

 

Boolean

camel.component.servicenow.configuration.user-name

ServiceNow ユーザーアカウント名を指定する必要があります。

 

String

camel.component.servicenow.enabled

servicenow コンポーネントを有効にします。

true

Boolean

camel.component.servicenow.instance-name

ServiceNow インスタンス名

 

String

camel.component.servicenow.oauth-client-id

OAuth2 ClientID

 

String

camel.component.servicenow.oauth-client-secret

OAuth2 ClientSecret

 

String

camel.component.servicenow.oauth-token-url

OAuth トークンの URL

 

String

camel.component.servicenow.password

ServiceNow アカウントのパスワード

 

String

camel.component.servicenow.proxy-host

プロキシーホスト名

 

String

camel.component.servicenow.proxy-password

プロキシー認証のパスワード

 

String

camel.component.servicenow.proxy-port

プロキシーポート番号

 

Integer

camel.component.servicenow.proxy-user-name

プロキシー認証用のユーザー名

 

String

camel.component.servicenow.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean

camel.component.servicenow.use-global-ssl-context-parameters

グローバル SSL コンテキストパラメーターの使用を有効にします。

false

Boolean

camel.component.servicenow.user-name

ServiceNow ユーザーアカウント名

 

String