目次

Search

  1. はじめに
  2. Informatica Intelligent Cloud Services REST API
  3. プラットフォームREST APIバージョン2リソース
  4. プラットフォームREST APIバージョン3リソース
  5. データ統合 REST API
  6. 一括取り込みファイルREST API
  7. 一括取り込みストリーミングREST API
  8. Model Serve REST API
  9. RunAJobユーティリティ
  10. ParamSetCliユーティリティ
  11. REST APIコード
  12. REST APIリソースクイックリファレンス

REST APIリファレンス

REST APIリファレンス

Azure Event Hubをターゲットとする場合の構成配列内の構成情報

Azure Event Hubをターゲットとする場合の構成配列内の構成情報

応答は、要求で入力したフィールドのみを返します。
要求が成功した場合、応答は次のフィールドを返します。
キー
タイプ
説明
sasPolicyName
String
Event Hub名前空間共有アクセスポリシーの名前。
sasPolicyPrimaryKey
String
Event Hub名前空間共有アクセスポリシーのプライマリキー。
Event Hub
String
Azure Event Hubsの名前。
要求が失敗すると、応答にエラーの理由が含まれます。

POST応答の例

要求が成功した場合、
Success
ノードで次の例のような応答を受信することがあります。
{ "Success": { "name": "flatfile to azure event hub", "description": "flatfile to azure event hub", "runtimeId": "01000025000000000003", "locationId": "5sJ0JDyJyWLlrosS5qJjsQ", "currentVersion": "2", "messageFormat": "binary", "nodes": [ { "name": "flatfile to azure event hub_source", "type": "source", "connectionId": "012MGS0B00000000002N", "transformationType": "", "config": [ { "key": "File", "value": "logfile" }, { "key": "initialPosition", "value": "Current Time" }, { "key": "rolloverPattern", "value": "test" }, { "key": "tailingMode", "value": "Single file" } ] }, { "name": "flatfile to azure event hub_target", "type": "target", "connectionId": "012MGS0B00000000001S", "transformationType": "", "config": [ { "key": "sasPolicyName", "value": "test" }, { "key": "sasPolicyPrimaryKey", "value": "test" }, { "key": "Event Hub", "value": "test" } ] } ], "edges": [ { "from": "flatfile to azure event hub_source", "to": "flatfile to azure event hub_target" } ] } }